fvanroie / esphome-lvgl

ESPhome with LVGL component
MIT License
66 stars 14 forks source link

YAML File #3

Open littleyoda opened 1 year ago

littleyoda commented 1 year ago

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
    - lvgl/lvgl@8.1
    - lvgl/lv_examples@8.1