TFT_eSPI with ILI9488 #2794
joanmor
started this conversation in
Compatible support libraries
Replies: 1 comment 2 replies
-
Unfortunately the library is not appropriate for the Mega as it is intended for 32 bit processors that have lots of RAM. You may get lucky if you change the PIN_Dx designation to Dx (the PIN_Dx designation were intended for ESP8266 only due to pin mapping variations between vendors) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing a project in which I connect my arduino mega board to a 4" ILI9488 SPI tft.
I can't get it to work with the TFT_eSPI library.
I know that the problem is not electronic since with simpler libraries it works.
Regarding TFT_eSPI I have made the following modifications to adapt it:
Does anyone know if I need to modify more things or what is the problem?
Beta Was this translation helpful? Give feedback.
All reactions