esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
404 stars 26 forks source link

Support vga display with bitluni/ESP32Lib #2585

Open frateche opened 5 months ago

frateche commented 5 months ago

Describe the problem you have/What new integration you would like

Integration of bitluni/ESP32Lib vga driver in esphome.

Please describe your use case for this integration and alternatives you've tried:

It could be nice to use a basic vga screen as display component. 3bits mode is very easy to wire.

Additional context

https://github.com/bitluni/ESP32Lib https://www.youtube.com/watch?v=qJ68fRff5_k Another library: https://github.com/fdivitto/fabgl http://www.fabglib.org/

docteurzoidberg commented 1 month ago

more globally, esphome is missing a "tvout" / composite library for retrofitting purposes. i would tend to prefer fabgl's over bitluni's one for board availability + docs

plus fabgl supports lvgl which will be soon to be released.