Add support for 2.25" ST7789 76x284 TFT. - #3769
atoomnetmarc wants to merge 2 commits into
Conversation
|
Here is the test project that runs in the screenshots: https://github.com/atoomnetmarc/ST7789-76x284 |
|
+1 for this PR |
|
This is working for me too - please consider pulling it in! |
Also deal with 76x284 display; duplicates Bodmer#3769, over 8 months old at time of this commit. Sounds familiar...
|
I can confirm this works for me too, same LCD model ST7789p3, size is 76x284. |
|
Works great. Thanks @atoomnetmarc for your help. I love this display and was happy to find your PR. |
|
Has worked for me too for this display (https://www.aliexpress.com/item/1005008937314193.html). I worked out the inverted backlight, inverted display and RGB colour order, but I wouldn't have worked out those offsets, thanks for the commit! |
Hi!
I added support for 2.25" ST7789 76x284 TFT.
It is this one:
https://aliexpress.com/item/1005008920033631.html
Without this change I only see noise and sometimes an update depending on the orientation. I figured out this display needed column and row offsets, which appear to be 82 and 18.
This seems relevant to know:
I tested with all 4 rotations.