一、驱动安装 二、为合宙Esp32c3安装Micropython固件库 1.Micropython简介 2.Micropython解释器下载 -Thonny解释器: -VScode: 3.ESP32C3固件库下载以及安装 固件库下载 固件库安装 方法一:Thonny中直接进行安装 方法二:使用flash_download_tool安装(推荐) 三、代码上传到ESP32C3中 使用Thonny上传 使用vscode 四、驱动...
esp32c3+air101Lcd用micropython点亮 https://juejin.cn/post/7058147083781406734 补充 排针下焊时无法直接插入,插入方式如图 5方向按钮 cen = Pin(4, Pin.OUT,Pin.PULL_UP) left = Pin(9, Pin.OUT,Pin.PULL_UP) up = Pin(8, Pin.OUT,Pin.PULL_UP) down = Pin(5, Pin.OUT,Pin.PULL_UP) right ...
#driver for Sainsmart 1.8" TFT display ST7735#Translated by Guy Carver from the ST7735 sample code.#Modirfied for micropython-esp32 by boochowimportmachineimporttimefrommathimportsqrt#TFTRotations and TFTRGB are bits to set# on MADCTL to control display rotation/color layout#Looking at display ...
ESP32C3+air101-lcd+microPython-game. Contribute to jiujue/ESP32C3-air101-lcd-microPython-game development by creating an account on GitHub.
lutaOS ESP32c3+Air101-LCD+micropython test script. Contribute to Harry1326/esp32c3-st7735 development by creating an account on GitHub.
Harry1326 / esp32c3-st7735 Public Notifications Fork 0 Star 0 lutaOS ESP32c3+Air101-LCD+micropython test script 0 stars 0 forks Branches Tags Activity Star Notifications Harry1326/esp32c3-st7735 main BranchesTags Code Folders and files Latest commit History1 Commit 合宙air101-LCD+...
3.ESP32C3固件库下载以及安装 固件库下载 固件库安装 方法一:Thonny中直接进行安装 方法二:使用flash_download_tool安装(推荐) 三、代码上传到ESP32C3中 使用Thonny上传 使用vscode 四、驱动合宙air101LCD 接线:其实没有接线 ST7735.py库 五、ST7735代码使用 ...
esp32c3+air101Lcd用micropython点亮https://juejin.cn/post/7058147083781406734 补充 排针下焊时无法直接插入,插入方式如图 5方向按钮 cen = Pin(4, Pin.OUT,Pin.PULL_UP) left = Pin(9, Pin.OUT,Pin.PULL_UP) up = Pin(8, Pin.OUT,Pin.PULL_UP) ...