ESP32 #2274
shamirtahir50
started this conversation in
General
ESP32
#2274
Replies: 1 comment
-
That depends on your screen size and resolution requirements. ST7789, SSD1963, ST7796 are supported. IPS screens are good for increased viewing angle range. ILI9488 screen are slower due to the need to send 3 bytes per pixel but are commonly available and cheap. To reduce power you will need to be able to turn off the backlight LED. |
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
-
Hey @Bodmer,
Which lcd driver I should use with ESP32 or whats the best controller for TFTs?
I want to use SPI because I am currently using 16-bit conections and I want to get rid of them.
I want it to be power effiecient as well.
Beta Was this translation helpful? Give feedback.
All reactions