POV player is a test tool for displaying POV images. It's based on a Teensy 3.6, and uses a generic SPI touchscreen to configure the POV settings.
A PCB file is included, however the project can be built using short jumper wires if desired.
- Teensy 3.6
- Generic 2.8" SPI touchscreen, using ILI9341 driver
- (optional) PCB made from the project gerbers
Install:
- Arduino
- Teensyduino
- Adafruit_ILI9341 library for Arduino- this might come with Teensyduino
- XPT2046_Touchscreen library for Arduino- this might come with Teensyduino
Download or clone this respoitory, then open the project sketch sketch in Arduino and upload it to the Teensy 3.6
See the Usage manual