A CD type Screensaver, which counts corner hits for ESP32 using SSD1306 OLED Screen
- Connect
VCCfrom Screen with3V3on ESP32- Connect
SCLfrom Screen withG32 - Connect
SDAfrom Screen withG33
- Connect
- Connect Ground (
GND)
Use a tool f.E. Thonny to flash the Micropython Interpreter to the ESP32
Save following files on the ESP32:
boot.pymain.pyssd1306.py
