File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ The demo application is the `lv_demo_widgets` project from the [lv_examples](htt
1111- [ Use LVGL in your ESP-IDF project] ( #use-lvgl-in-your-esp-idf-project )
1212- [ Use lvgl_esp32_drivers in your project] ( #use-lvgl_esp32_drivers-in-your-project )
1313- [ Platformio support] ( #platformio-support )
14+ - [ ESP32-S2 Support] ( #esp32-s2-support )
1415
1516Example demo for TFT displays:
1617
@@ -115,3 +116,10 @@ int app_main(void)
115116```
116117
117118For more information see: [platformio with espidf framework compability](https://github.com/lvgl/lv_port_esp32/issues/168).
119+
120+ # ESP32-S2 Support
121+
122+ Support for ESP32-S2 variant isn't tested, the current drivers implementation
123+ would needs to be improved because this target available memory is less than
124+ ESP32 targets. The menuconfig interface also would need to be improved to take
125+ this into account.
You can’t perform that action at this time.
0 commit comments