TFT_eSPI newer than v2.2.20 and TTGO T-Display #2655
Closed
uribench
started this conversation in
Compatible displays and setup files
Replies: 1 comment 4 replies
-
I have not seen this problem before. I will try to set up the same hardware and software environment. Run the Colour_Test example sketch here: You should see a complete green rectangle at the edge of the screen. This tests the screen size and offset settings. Also run the Read_User_Setup sketch and check the serial output is correct. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Arduino IDE 2.1.0 with ESP32 TTGO T-Display development board with several versions of the TFT_eSPI library with
TTGO T1
board selected.Versions 2.2.14 by Bodmer and version 2.2.20 downloaded from
https://github.com/Xinyuan-LilyGO/TTGO-T-Display
, are both working fine. However, newer versions of the TFT_eSPI library do not work well for me. It seems like the screen width is considered wider than the actual 135 pixels.I am of course pointing to the same board (setup#25) with
User_Setup_Select.h
for all the versions that I tried (both those that are working and those that do not).What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions