lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
330 stars 281 forks source link

Use specific IDF version to pair with lvgl driver #185

Open tsctrl opened 2 years ago

tsctrl commented 2 years ago

Use specific idf version to to pair with lvgl drivers

such as lvgl release/v5 for master and lvgl/v4 for 4.4 release idf so the code will be working on each idf version.

please and thank you!