以下样例程序本身使用的事Pico ,而我使用的是Pico W!! 运行之后,shell区显示: Running test_main Initializing I2C and LCD... I2C and LCD initialized successfully. Backlight turned on. Turning cursor on Turning cursor off Blinking cursor on Blinking cursor off 但是屏幕常亮并且不显示任何字符!! 劳烦Support! ---------------------------运行程序如下--------------------------- import utime import machine from machine import I2C from lcd_api import LcdApi from pico_i2c_lcd import I2cLcd