Got my hand on a cheap Wavehsare RP2350 Touch LCD 1.28 inch round display, and wondered if I could run LVGL Micropython on It. I'm a newbie.
I tried the official Wavehsare documentation, and didn't understand a single word. Thanks.
Based on your previous experience in coding, you can choose Arduino, MicroPython or C to program the module. The Waveshare wiki has a very detailed doc on each method.
My personal recommendation would be to go with Arduino or MicroPython.
You can download the demo code from here (Demo programs given by Waveshare). This ZIP contains code examples for Arduino, MicroPython and C.
If you choose Arduino -
arduino > RP2350-Touch-LCD-1.28
folder and open the RP2350-Touch-LCD-1.28.ino
file in arduino IDE.If you choose MicroPython -
Hope this helps.