USB串行/无线/蓝牙矢量Arduino的类型的板显示
使用您的手机或平板电脑作为一个开源的触摸功能的USB转串口/无线/蓝牙显示用的Arduino兼容的电路板原型项目。
在Arduino的一面,你将需要vectordisplay库github.com/arpruss/vectordisplayarduino它提供了Adafruit的GFX库的相当大的一部分。例如参见该库。
你的Arduino的草图可以控制你的草图中指定的命令按钮。
最新版本0.38.0更新日志
Last updated on 2018年06月30日
0.38:
- Experimental bitmap support
0.36:
- Fix font spacing; add support for arcs
0.35:
- Significant performance enhancements
- Some bitmap support
0.30:
- Change Ack protocol; user must update library; reliability improved
0.23:
- Fix some screen edge effects for rectangles; add square/rounded options for lines/points
0.22:
- Fix touch coordinates
0.21:
- Fix rotation issue
0.20:
- Support Bluetooth connections
0.12:
- Support WiFi connections
- Endianness detection