esphome-lvgl
esphome-lvgl copied to clipboard
ESPhome with LVGL component
/TFT_eSPI/TFT_eSPI.h:32:17: fatal error: SPI.h: No such file or directory So you know, this use to work when I tried this a while ago as its pretty awesome. I'm getting this...
I am curious to know if only the displays compatible with the TFT_eSPI library work with esphome-lvgl. I would love to make use of a box 86 type 4" display...
Just for reference: The following changes to the yaml-file are necessary to be able to compile esphome-lvgl at least. ``` libraries: - SPI - FS - SPIFFS - bodmer/tft_espi -...