ili9341:简单的 ili9341 库

时间:2021-06-23 14:51:59
【文件属性】:
文件名称:ili9341:简单的 ili9341 库
文件大小:15KB
文件格式:ZIP
更新时间:2021-06-23 14:51:59
C++ ili9341 简单的 ili9341 库 灵感和直接代码取自 和 引脚 static const unsigned char DC = 4;// # gpio pin 16 = wiringpi no. 4 (BCM 23) static const unsigned char RST = 5;// # gpio pin 18 = wiringpi no. 5 (BCM 24) static const unsigned char LED = 1;// # gpio pin 12 = wiringpi no. 1 (BCM 18) //# SPI connection, these are only for documentation... static const unsigned char SCE = 10;// # gpio pin 24 = wiringpi no
【文件预览】:
ili9341-master
----.gitignore(282B)
----Makefile(507B)
----src()
--------ili9341.h(1KB)
--------BackBuffer.cc(2KB)
--------Rect.h(385B)
--------BackBuffer.h(487B)
--------ili9341.cc(5KB)
--------Color.h(248B)
--------Rect.cc(1KB)
--------Color.cc(390B)
----obj()
--------.keepFolder(0B)
----main.cc(2KB)
----LICENSE(18KB)
----README.md(1KB)

网友评论