lilygo-tdisplays3-esphome
lilygo-tdisplays3-esphome copied to clipboard
tdisplay s3 170x320 running esphome using patched tft_espi
Has anyone managed to get the example-with-touch to work? (with Lilygo T-Display-S3 Touch version) Logs show this message: "[E][lilygo_tdisplay_s3.touchscreen:069]: Failed to communicate!" (8 times in a row, each time I...
I'm having trouble with touch. Everything works fine if I compile and flash the device. At the first restart the touch works but the coordinates are x=0 and y=0. What...
GPIO15 need to be set to HIGH during boot to permit an external power on 5V pin. Without it, ESP don't turn on. I've done this: esphome: # ... on_boot:...
https://esphome.io/components/display/ili9xxx.html Also the work this guy is doing is awesome!! we will soon have LVGL too looks like! https://github.com/clydebarrow/esphome/tree/75c5d5f19fe789053d47fa6874df0e03d5bf1015/esphome/components/lvgl https://gist.github.com/clydebarrow/9d2cffd739cb844e9d6d5005fd29518d
This isn't a bug, I just wanted to share some info. I was able to get this working using the latest TFT_eSPI library - using the older custom_component method vs....
Hello, I am trying to display artist and song info from HA sensor, but the value is too long to fit the width of the display and be readable. is...
I just got [this new board](https://github.com/Xinyuan-LilyGO/T-Display-S3-AMOLED), which seems to be a variant of the original T-Display-S3 version. It has an AMOLED screen with a higher resolution (240*536) Would it be...
Just wondering if you all have looked at moving this into ESPHome instead of maintaining the external component.
Try to copy the rotation from the display, to avoid having to manually specify the transform options. This is work in progress; not fully tested, and might not work for...