Replies: 3 comments 4 replies
-
This looks like a powerful board. If you're programming with C++ and want to reuse a much existing platform abstraction as possible, then you could try this: https://components.espressif.com/components/slint/slint . It builds on Espressif's BSP. What programming language are you targeting? |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll try to see if I can handle this, but it doesn't look simple to do. All those boards provide Lvgl and Arduino support (see http://pan.jczn1688.com/1 for what comes with this and similar boards), so if you could provide some integration on top of their abstractions or guidelines how to develop based on those configurations, you would get wide coverage for many boards with one time effort. Because Lvgl Rust support is pretty poor from what I could see, and many want to move away from C++ to rust, I think that would drive many towards slint. |
Beta Was this translation helpful? Give feedback.
-
I would like to migrate from LVGL 8 to Slint on my pet project. I'm using platform.io to manage my esp32 project, which targets Esp32 CYD. Is there a guide to use slint with esp32-CYD and platform.io? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I see that slint has ESP32 support, and I'd like to understand which devices are covered and how. I don't think I'd be able to adapt slint to a board by programming that myself, therefore I'm only interested in the support that's currently built in.
Is any ESP32 based device with display would work with with the current support? Or only ESP32-S2 and ESP32-S3 like I think I understand from the docs?
If only ESP32-S2/S3 then would any board based on those ESP versions would work (is the display standard across all those boards)? For example, this is a board from AliExpress - https://www.aliexpress.com/item/1005005931825509.html, should it work?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions