tft_framework:Arduino的TFT库

时间:2024-04-17 12:58:33
【文件属性】:

文件名称:tft_framework:Arduino的TFT库

文件大小:6.2MB

文件格式:ZIP

更新时间:2024-04-17 12:58:33

C

tft_framework TFT Framework是带有Arduino的TFT屏幕的图形界面。 我已经使用Arduino Mega 2560,Arduino Due和ILI9486 16位并行3.5英寸TFT屏幕对其进行了测试。 有一个示例: : 你好世界 # include < ILI9486> 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
----01.jpg(3.08MB)
----README.md(6KB)
----02.jpg(3.12MB)
----.gitattributes(66B)

网友评论