This repository contains code for an Arduino Uno R4 WiFi that receives commands and text input via the serial interface and displays the text on the built-in LED matrix.
- Clone this repository:
git clone git@github.com:Mattia-Sacchi/Spinning-Letters-on-Arduino-Matrix.git- Receives serial input to control the LED matrix.
- Supports two inputs:
- Command Type: Determines the display behavior (0 Slideshow, 1 Spinning).
- Text String: The message to display on the LED matrix.
- Compatible with Arduino Uno R4 WiFi.
- Arduino Uno R4 WiFi
- USB cable for programming
- Arduino IDE
- Open the Serial Monitor in the Arduino IDE.
- Set the baud rate to 9600.
- Send a command to control the LED matrix display.