russhughes / s3lcd

ESP_LCD based MicroPython driver for ESP32-S3 Devices with ST7789 or compatible displays.
Other
74 stars 11 forks source link

How to compile this project with lv_micropython #15

Closed venusmariga closed 1 year ago

venusmariga commented 1 year ago

This is a great project, I completed the firmware compilation using esp-idf v4.4.6 version in wt32-sc01-plus. But the compilation project I used was lv_micropython, and there was no lvgl module in the final compiled firmware. How do I achieve the joint compilation of lv_micropython and s3lcd? I want to use lvgl in wt32-sc01-plus with micropython

russhughes commented 1 year ago

lvgl is not compatible with this driver.