为了方便复制,我在下面附带了一个python文件。 C:\Users\Admin>python
Python 3.9.13 (main, Aug 25 2022, 23:51:50) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32Warning:
This Python interpreter is in a conda environment, but the environmen…
1.QuecPythonLVGL显示图片
由于官方提供的显示图片函数使用失败,为了能在屏幕上显示图片,通过对出厂脚本的分析,成功使用LVGL显示图片
(1)代码
import lvgl as lv
from tp import gt9xx
from machine import LCD
from machine import Pin
…