ESP32-HUB75-MatrixPanel-DMA/examples/Glediator3_TPM2_MatrixPanel/README.md

11 lines
528 B
Markdown
Raw Normal View History

2020-08-31 21:13:18 +02:00
# Glediator3_TPM2_MatrixPanel
An example of controlling an LED Matrix panel using desktop software via. the serial TPM2 protocol.
2020-09-07 15:47:38 +02:00
This is very experimental and might not work. Please note the frame rate on a 64x32 panel will be low (about 12fps) due to the limitation of Serial port throughput!
2020-09-07 15:35:16 +02:00
2020-08-31 21:13:18 +02:00
# How to use
2020-09-07 09:58:00 +02:00
* Install the TPM2 library: https://github.com/rstephan/TPM2
* Then get Glediator3 running on your computer, and connect to the LED Matrix device via. Serial Port.
2020-08-31 21:13:18 +02:00
2020-09-07 09:58:00 +02:00
Refer to: https://github.com/mrfaptastic/Glediator3