Skip to content

Commit 6a01262

Browse files
committed
README: Document ESP32-S2 as not officially supported
1 parent b1391b3 commit 6a01262

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1516
Example demo for TFT displays:
1617

@@ -115,3 +116,10 @@ int app_main(void)
115116
```
116117
117118
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.

0 commit comments

Comments
 (0)