1.试用介绍
用SPI驱动,ST7735的LCD屏幕。
引脚连接如下所示:
/*
*CS ---->>> PB06
*SCL ---->>> PB07
*SDA ---->>> PB04
RES ---->>> PB03
DC ---->>> PB15
BL ---->>> PB14
*/
2.试用过程
(1)代码准备
按照https://gitee.com/moldy-potat...和
https://gitee.com/openharmony...
这两篇文章的内容,安装好环境同时下载好代码,(注意临时gitee仓库的路径名字需要更改)可以参考https://mp.weixin.qq.com/s/bI... (这篇文章也显示了相关操作所在的文件路径,比较清晰的)
(2)写代码
代码所需文件如下:
BUILD.gn
st7735.c部分:
main.c