tft_framework:Arduino的TFT库 源码
tft_framework TFT Framework是带有Arduino的TFT屏幕的图形界面。 我已经使用Arduino Mega 2560,Arduino Due和ILI9486 16位并行3.5英寸TFT屏幕对其进行了测试。 有一个示例: : 你好世界 # include using namespace tft_framework ; Screen* scr; void setup () { scr = new ILI9486_16Bit ( ) ; scr -> init (); scr -> clear (); scr -> println ( " Hello world " ); // Print text to the screen } void loop () { delay ( 100000
文件列表
tft_framework-master.zip
(预估有个4文件)
tft_framework-master
01.jpg
3.08MB
README.md
6KB
02.jpg
3.12MB
.gitattributes
66B
暂无评论