👾 Do you have what it takes? - 2-bit Dungeon Escape game implemented on the Arduino Platform
-
Updated
Apr 21, 2023 - C
👾 Do you have what it takes? - 2-bit Dungeon Escape game implemented on the Arduino Platform
Display a scrolling text on a 8x8 LED display using arduino.
Byte matrix tailored for 8x8 displays, encompassing all ASCII characters, ordered by their ascending ASCII values.
When you press the button, the LED matrix displays a dice roll animation and stops on a random number between 1 and 6. Built using SPI communication with the MAX7219 driver.
This project demonstrates how to control the MAX7219 LED driver IC using SPI communication on an Arduino UNO. The MAX7219 is a popular serially interfaced IC used to control 8x8 LED matrices or seven-segment displays efficiently with minimal wiring.
Add a description, image, and links to the 8x8-dot-display topic page so that developers can more easily learn about it.
To associate your repository with the 8x8-dot-display topic, visit your repo's landing page and select "manage topics."