micropython ssd1306 使用Markdown编写文章,可以使用表格、代码块等符号来展示信息,使得文章的结构更加清晰。下面是教授“micropython ssd1306”给入行的小白的步骤和代码: # 实现“micropython ssd1306”的步骤 | 步骤 | 描述 | | ---- | ---- | | 步骤1 | 安装micropyt
# MicroPython SSD1306 OLED driver, I2C and SPI interfaces import time import framebuf # register definitions SET_CONTRAST = const(0x81) SET_ENTIRE_ON = const(0xa4) SET_NORM_INV = const(0xa6) SET_DISP = const(0xae) SET_MEM_ADDR = const(0x20) SET_COL_ADDR = const(0x21...
This repository has been archived by the owner on Dec 16, 2018. It is now read-only. adafruit/micropython-adafruit-ssd1306Public archive Notifications Fork57 Star99 Code Issues Pull requests Actions Projects Security Insights Additional navigation options...
Fix compatibility with MicroPython Oct 8, 2022 optional_requirements.txt Switched to pyproject.toml Aug 9, 2022 pyproject.toml Update version string Aug 17, 2022 requirements.txt Switched to pyproject.toml Aug 9, 2022 Introduction Adafruit CircuitPython driver for SSD1306 or SSD1305 OLED displays. ...