54005 with mcufriend LCD - Display ID 0x7796

Questions on other types of hardware and getting it talking to the ARM CPU
Post Reply
TodWulff
Posts: 70
Joined: Fri Oct 19, 2012 4:03 am
Location: The Mitten State - Shores of Lake Huron

54005 with mcufriend LCD - Display ID 0x7796

Post by TodWulff »

Good day.

Bruce asked that I post my updated code, as I had to tweak it to get the display and touchscreen operable.

I've the red mcufriend 3.5" touchscreen for Uno. Come to find out, they ship boards that have one of multiple different driver silicon thereon. Code for one might not work with others, especially wrt the touchscreen (and possibly with the uSD).

I'll attach herein both the stock lcd code that shipped with the 54005, and my tweaked implementation that ended up working with the 0x7796 driver ICs. I'll attach a couple demo videos too.

EDIT: Stock Coridium LCD demo app, and the todomized version, are attached. Here is a DB link for an archive with additional data therein:
https://www.dropbox.com/s/zcwjo54evtnxu ... e.zip?dl=1

It is a continuing WIP, but I've stalled due to professional reasons (extended out-of-state TDY). On my board, I can't read the uSD. That is one of the items I'll be working on, when I get back to MI.

The Coridium stock lcd demo app has a white background and 4 portrait horizontal boxes that change to color when touched and no TS cal on startup. For my hardware, the orientation of the TS was 90 degrees off and no sort of cal would have resolved it. Thus, I todomized it into something vaguely functional, before stalling hard.
https://www.dropbox.com/s/ct2rbz3zp49te ... 7.mp4?dl=0

The tweaked version has a black background with the boxes in a square pattern and prompts for a cal after the demo runs in 4 orientations (quickly).
https://www.dropbox.com/s/eduzqyae3ioio ... 4.mp4?dl=0

The cal works. If you intentionally displace the touchpoints during the cal, you'll note touchscreen offsets during the touchbox demo.

I intend to work to eventually fix the uSD and then draft an AB wrapper lib that would offer buttons, sliders, check boxes, and other simple UI goodness. Just haven't had the time yet...

Anyways, until I get back home, enjoy.
Attachments
Todomized LCD Code.7z
The WIP code.
(24.99 KiB) Downloaded 733 times
Stock_LCD_54005.7z
'Factory' code
(211.39 KiB) Downloaded 779 times
My hardware
My hardware
IMG_20190927_212410_965.jpg (147.54 KiB) Viewed 17142 times



Post Reply