Description
I’m newbie of embedded system. I want use lvgl on RP2040 with micropython and just built the firmware of micropython with lvgl for rp2 followed the instructions. But don’t know how to move next step. I think I need a LCD display driver in pure micropython. The example is on esp32 platform. So could anyone help me with RP2 version?
Here is details:
RP2040
GC9A01 LCD
CST816T Touch
Pin details:
I2C_SDA = 6
I2C_SDL = 7
I2C_INT = 17
I2C_RST = 16
DC = 8
CS = 9
SCK = 10
MOSI = 11
MISO = 12
RST = 13
BL = 25
Thanks!!!