looking for a precompiled bin - file for the for the lilygo s3 T-Display #10208
-
Has anyone a working compiled version for the lilygo s3 t-Display. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
#8689 has support for the ESP32-S3 variants with octal PSRAM. This includes the ESP32-S3R8 used in the LilyGo T-Display S3 - and there's even a pre-built firmware in the comments :) |
Beta Was this translation helpful? Give feedback.
-
Take a look at https://github.com/russhughes/st7789s3_esp_lcd, https://github.com/russhughes/st7789s3_mpy, or https://github.com/russhughes/t-display-s3. The first one is the fastest, but it is new and not as tested as the second. The third is written in python and has fewer features. |
Beta Was this translation helpful? Give feedback.
Take a look at https://github.com/russhughes/st7789s3_esp_lcd, https://github.com/russhughes/st7789s3_mpy, or https://github.com/russhughes/t-display-s3.
The first one is the fastest, but it is new and not as tested as the second. The third is written in python and has fewer features.