Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 685 Bytes

File metadata and controls

25 lines (17 loc) · 685 Bytes

Hackerscreen

A Matrix looking like Hacker Screen for ESP32 using SSD1306 OLED Screen

Hardware Setup

1. Connect Screen

  • Connect VCC from Screen with 3V3 on ESP32
    • Connect SCL from Screen with G32
    • Connect SDA from Screen with G33
  • Connect Ground (GND)

Circuit Sketch

Software Setup

1. Flash Python Interpreter on EPS32

Use a tool f.E. Thonny to flash the Micropython Interpreter to the ESP32

2. Push Project Files on EPS32

Save following files on the ESP32:

  • boot.py
  • main.py
  • ssd1306.py