Does TFT_eSPI 2.5.4 work with a LILYGO T-DISPLAY_S3 board ? #3391
cs0rfecs0rfe
started this conversation in
Compatible displays and setup files
Replies: 1 comment
-
I have the same problem with Lilygo-T-Display S3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would you expect TFT_eSPI 2.5.4 to work correctly on a LILYGO T-DISPLAY-S3 board please?
I have read conflicting advice:
This (https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples) insists that a 'special' version of TFT_eSPI 2.5.0 from Lilygo is required (and indeed I had that working 3months ago):
The same author later said that version 2.5.4 should work:
Xinyuan-LilyGO/T-Display-S3#208 (comment)
Since a recent (automatic) update of something (due to espressif?) previously working code suddenly ran into compilation problems:
TFT_eSPI_ESP32_S3.c:96:8: error: 'gpio_get_level' was not declared in this scope; did you mean 'gpio_ll_get_level'?
and I attempted the workaround given in:
#3355 (comment)
At this point I swapped to using the version of TFT-eSPI (2.5.4) that installs from the Arduino IDE library manager. I am aware of the need to update User_Setup_Select.h and have done so correctly.
Whilst it all now compiles, none of my previously working sketches or the TFT_eSPI examples show anything on my boards' displays.
Would you expect this combination of board and library to work under the Arduino IDE with all current updates to boards and libraries applied?
Thanks for any help/advice you can offer.
Beta Was this translation helpful? Give feedback.
All reactions