from machine import Pin, I2C import ssd1306 i2c = I2C(0, scl=Pin(22), sda=Pin(21)) oled_width = 128 oled_height = 64 oled = ssd1306.SSD1306_I2C(oled_width, oled_height, i2c) oled.text('Hello!', 10, 10) oled.show()
220
社区成员
15
社区内容
加载中
公平、公正、公开
试试用AI创作助手写篇文章吧