最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

display - Waveshare RP2350 Touch Lcd 1.28 inch LVGL - Stack Overflow

programmeradmin1浏览0评论

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.

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.

Share Improve this question asked Jan 31 at 17:16 Tasha ClipartinoTasha Clipartino 11 bronze badge 1
  • Please provide enough code so others can better understand or reproduce the problem. – PatPanda Commented Feb 1 at 11:54
Add a comment  | 

2 Answers 2

Reset to default 0

I'm not sure which documentation you were referring to, or what words you didn't understand, but a Google Search came up with Waveshare's product page, from which I got to the wiki link.

I haven't used LVGL before, but from the content in the wiki link, they appear to have some support for LVGL in Python. Maybe start with the Getting Started section for MicroPython, and see if you can get the LVGL demo working using the corresponding section on the Wiki.

I wouldn't go and try to find solutions from somewhere other than Waveshare because it's their product, and they did say something about not installing generic firmware.

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 -

  1. Visit this link
  2. Follow each step carefully to setup the device for Arduino.
  3. Unzip the file and go to arduino > RP2350-Touch-LCD-1.28 folder and open the RP2350-Touch-LCD-1.28.ino file in arduino IDE.
  4. Upload the code in the device.
  5. You should see the demo running on the screen.

If you choose MicroPython -

  1. Visit this link and Follow each step carefully. It includes uploading the .uf2 file to the device in boot mode, downloading Thonny IDE and uploading the example code to the device.
  2. You should see the demo running on the screen.

Hope this helps.

发布评论

评论列表(0)

  1. 暂无评论