I’m working on a project to simulate a fake broken screen effect using an Arduino Mega2560 and ESP32. The goal is to display cracks or glitches on an OLED or TFT screen, similar to Fake Broken Screen Prank - Cracked Full Display
The plan:
- The ESP32 generates random crack or glitch patterns or loads predefined images.
- The Mega handles displaying the visuals with added flickering effects for realism.
- The two communicate via UART for simplicity.
I need help with:
- Tips for creating realistic crack/glitch effects.
- Optimizing serial communication between the ESP32 and Mega for smooth performance.
- Suggestions for libraries or methods to make this work seamlessly.
If anyone has worked on something similar or has ideas to share, I’d love to hear your feedback and suggestions.