Hi community
I am looking into driving a small TFT display with esphome, with size a bit bigger
I was looking into something like this https://www.aliexpress.com/item/1005005933546250.html?
It says it’s using chip ST7789V
Are these compatible with esphome ?
In the community forums I found few old references that reported issues with this chip, like not being able to utilize full display area
Anyone has insights into this? Or maybe recommendations for different type of display
i managed to install it, and it does display something but the screen is flickering all the times, plus not entire area is covered
see attached video in lin
plus, i actually wanted to use this ESP module as “mini” dashboard
ie. to display status of several alerts types sensors (from HA) with red/green status buttons, utilizing the entire display area if pssoible.
and allow me to press it in the TFT to disable the alert for example in HA
at this point I dont want to connect any external sensors to its GPIO pins, it will just be used for display and response touch
any idea how to configure something like this if possible ?
so returning to my original question
if i all i want is to display some buttons/icons and maybe some text on this LCD
and use its TFT to toggle some sensors in HA
is this ESP config the approach for this? or should i look elsewhere ?
[12:46:16][W][font:112]: Encountered character without representation in font: '$'
[12:46:16][W][font:112]: Encountered character without representation in font: '{'
[12:46:16][W][font:112]: Encountered character without representation in font: '}'
[12:46:16][W][component:237]: Component display took a long time for an operation (117 ms).
[12:46:16][W][component:238]: Components should block for at most 30 ms.
[12:46:17][W][font:112]: Encountered character without representation in font: '$'
[12:46:17][W][font:112]: Encountered character without representation in font: '{'
[12:46:17][W][font:112]: Encountered character without representation in font: '}'
[12:46:17][W][component:237]: Component display took a long time for an operation (117 ms).
[12:46:17][W][component:238]: Components should block for at most 30 ms.
[12:46:18][W][font:112]: Encountered character without representation in font: '$'
the font characters i understand, maybe the demo print is not tuned to the font supplied with it
is it something to worry about the display timing warning