This is a very easy project for starters like me, the idea of it is to show you how to send bytes to an 8x8 LED matrix and create a skull.
The Matrix used in this project was a 1088bs led matrix

Before wiring up the LED 8x8 matrix with the Arduino Uno, bear in mind that the pins are numbered as per the following:
1-8(left to right) -> side with the knob (as shown in the picture below)
16-9(left to right) -> side without the knob

EXPANDED TECHNICAL DETAILS
Interactive Animatronic Eyes
This project uses a standard 8x8 LED Matrix to create expressive, moving "Eyes" for a decorative skull, perfect for Halloween or robotics displays.
- Bitmapped Expression Engine: The Arduino stores multiple 8-byte arrays in PROGMEM (Flash memory), representing different facial expressions: "Neutral," "Blinking," and "Looking Left/Right." The firmware cycles through these indices to create smooth animations.
- MAX7219 Driver Interface: Communicates via the high-speed SPI bus. The Arduino manages the "Intensity" and "Scan Limit" of the matrix, ensuring a bright, flicker-free display even when using multiple modules.
Behavioral Logic
- Proximity-Triggered Gaze: (Advanced version) Integrates a PIR or ultrasonic sensor. When a visitor approaches, the skull's eyes "Follow" their movement by shifting the LED bitmaps across the matrix in real-time.