Page 1 of 1

Qt for LCD using ESP32 Wroom

Posted: Mon Dec 13, 2021 3:59 pm
by Ali_Makhlouf
I am trying to make an LCD application (buy display 480x272 with ssd1963 controller) using ESP32 WROOM. and I am trying to use Qt library for it:
But the tutorials are not very clear and I don't know where to start from.

can you please show me a way to get started with this solution

one more question.
In comparison with the LVGL library which one is more suitable for esp32?

Re: Qt for LCD using ESP32 Wroom

Posted: Tue Dec 14, 2021 1:40 am
by ESP_Sprite
I don't think I've seen any projects using QT as the graphics library on the ESP32; not sure how far you'll get in trying that. On the other hand, there's a fair few examples of LVGL working great on the ESP32.