1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Use your phone or tablet as an open source touch-enabled USB-serial / WiFi / Bluetooth display for prototyping projects with Arduino-compatible boards.

On the Arduino side, you will need the vectordisplay library github.com/arpruss/vectordisplayarduino which provides a large subset of the Adafruit GFX library. See that library for examples.

Your Arduino sketch can specify command buttons for controlling your sketch.
Updated on
Jun 17, 2018

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

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