ST7735.py库 合宙air101LCD的驱动芯片是ST7735。 ST7735库的下载地址 我所使用的是根据ST7735改的库,详情点击网页即可。 下载之后就导入库。 需要导入的是如下 导入方法就是在上侧Files中选择一个文件,右键后有upload to/点击即可 如果它显示都是‘正在启动’直接cancel就可以上传了。 五、ST7735代码使用 1.引入...
AIR101_LCD 引脚次序 1: GND, 2: 3V3 3: SCK CLK 4: SDA MOSI 5: RES 复位 6: DC 0:写命令 1:写数据 7: BL 驱动IC: 7735V staticvoid_DMA_Init(void) { RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE);/* 初始化DMA1通道3 用于SPI1发送 */DMA_InitTy...
ESP32C3+air101-lcd+microPython-game. Contribute to jiujue/ESP32C3-air101-lcd-microPython-game development by creating an account on GitHub.
**Advanced Integration and Performance** The Air103 Air32F103CBT6 MPU6050 AHT10 AIR101-LCD is a cutting-edge STM32 development board designed for engineers and hobbyists seeking to build robust and efficient embedded systems. With a main frequency of up to 216MHz and a generous 32K RAM and...
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+esp32C3+micropython.zip View all files About lutaOS ESP32c3+Air101...
esp32c3+air101Lcd用micropython点亮https://juejin.cn/post/7058147083781406734 补充 排针下焊时无法直接插入,插入方式如图 5方向按钮 AI检测代码解析 cen = Pin(4, Pin.OUT,Pin.PULL_UP) left = Pin(9, Pin.OUT,Pin.PULL_UP) up = Pin(8, Pin.OUT,Pin.PULL_UP) ...
四、驱动合宙air101LCD 接线:其实没有接线 ST7735.py库 五、ST7735代码使用 1.引入库以及一些初始化 2.测试代码 3.图片显示以及一些基础绘制函数使用 一、驱动安装 CH343驱动下载 下载最新版本就好 驱动下载好后,以管理员身份运行,并点击“安装” 安装完成之后连接设备就可以在设备管理器中看到自己设备及端口 ...
lutaOS ESP32c3+Air101-LCD+micropython test script. Contribute to Harry1326/esp32c3-st7735 development by creating an account on GitHub.
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) ...