I am curious to see if this device could be used as a little screen for HA:
I was able to get it connected to HA using a script for the ATOM-S3 LITE, which is just an RGB LED instead of a screen, but of course it only has the button device (which works) and no RGB led that can be controlled since it’s a screen.
Anybody else work on this unit at all? Just looking for the esphome yaml that might support the screen.
I’m going to give it a go as well based on a regular SPI screen, from this link as a starting point.
OK, the syntax is GPIO instead of D so I got that. Now it’s just a matter of finding the right ESP32 board ID. I’ve tried several with no luck but I’ll keep looking.
Try it and see - if it doesn’t work jump on the ESPHome GitHub issues register or feature requests and see if someone is adding support or logged a request.
but of course it does nothing. I’ve been reading (not actually, it’s in Chinese) the manual linked from the ATOM S3 page, seen here, to see if it talks about which pin to use for the DC_PIN option.
The manual has “VDD_SPI” listed in a bunch of places, and using my phone and google translate I can read some of it, but it’s still unclear. There’s GPIO45 which is a VDD_SPI strapping pin, not sure what that it but it didn’t work either.
Also, rather than display text I’m just trying to make the display show red. I think it also might be that I am not controlling the backlight properly, which would make the display look dark as well. Not sure there, I added some lines to try and turn it on in the code above.
I’ll probably give up and reach out as you recommended to see if there’s going to be any support, and I’ll let someone smarter than me figure it out
Just doing my research and about to flash my new device here. I noticed you are using the st7789v platform for the screen. Did the recommended one ili9xxx component not work / FYI here for you:
I’ve just received one of these fascinating devices, and I am struggling to adopt it in HA after configuring it for first use in ESPweb. I can browse to the device, and I can see it in HA. I get the following when trying to adopt.
Hello,
do you happen to know if I can add like transmission status on that mini display when using YAML config and RS485 tail? I would like to see at least the device is doing something. Or wifi connect status and RS485 pin status ?
Hello I have an ESP32 S3 Atom Lite and since the ESPHOME 8.0 version it has been introduced the LVGL and I have lost screen display Have you seen this problem? THANKS