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
11
11
- [ Use LVGL in your ESP-IDF project] ( #use-lvgl-in-your-esp-idf-project )
12
12
- [ Use lvgl_esp32_drivers in your project] ( #use-lvgl_esp32_drivers-in-your-project )
13
13
- [ Platformio support] ( #platformio-support )
14
+ - [ ESP32-S2 Support] ( #esp32-s2-support )
14
15
15
16
Example demo for TFT displays:
16
17
@@ -115,3 +116,10 @@ int app_main(void)
115
116
```
116
117
117
118
For 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