A collection of Arduino projects for learning electronics and embedded programming.
| Project | Description | Board | Difficulty |
|---|---|---|---|
| LCD Message Display | Wrap-around scrolling text on a 16x2 HD44780 LCD with custom arrow separator, power switch, startup animation, adjustable contrast, scroll speed control, and LED bounce lights | Uno R3 | Beginner |
- Clone this repository
- Open any project's
.inofile in the Arduino IDE - Follow the project's README for wiring and setup instructions
Arduino/
├── README.md # This file
├── .gitignore
└── LCD-Message-Display/ # 16x2 LCD scrolling text project
├── LCD_Name_Display.ino
├── README.md
└── documentation/
These projects are open source and available for educational purposes.