Bring the iconic Matrix-style digital rain animation to life on your ESP32-powered display! This library supports popular graphics drivers like TFT_eSPI, LovyanGFX, and Arduino_GFX (Adafruit GFX), making it easy to integrate with a wide range of displays.
Click the thumbnails below to see the animation in action:
- Matrix-style rain effect on various displays
- Supports:
- TFT_eSPI
- LovyanGFX
- Arduino_GFX (Adafruit GFX)
 
- Customizable:
- Text and background colors
- Character size
- Falling speed and effect intensity
 
- Random key generation with color-switching animation
- Minimal resource usage for smooth rendering
- Open Arduino IDE
- Go to Sketch → Include Library → Manage Libraries…
- Search for Digital Rain Animation
- Click Install
git clone https://github.com/0015/TP_Arduino_DigitalRain_Anim.git- 
v2.0.2 - Fixed bug where one more line would be displayed
 
- 
v2.0.1 - Added support for TFT_eSPI, LovyanGFX, Arduino_GFX
- Example added for Japanese characters
 
- 
v1.2.1 - Added color customization:
- Background
- Text
- Header character
 
 
- Added color customization:
- 
v1.1.x - Added random key generator
- Red animation mode when key is active
- Examples added for key features
 
This project is licensed under the MIT License. See the LICENSE file for more information.



