Home - tildemark/ESP32-OLED-GME12864-78 GitHub Wiki
ESP32 OLED Display Project Wiki
Welcome to the wiki for the ESP32 OLED Display Project! This wiki provides detailed instructions and resources for setting up and using an ESP32 with a 1.3-inch OLED display.
Getting Started
This project demonstrates how to connect and display information on a 1.3-inch OLED display using an ESP32 microcontroller. To get started, follow the steps below:
-
Hardware Setup: Learn how to connect your ESP32 to the OLED display.
-
Software Setup:
- Arduino IDE Users:
- Copy the code from the
src/main.cpp
file in this repository. - Paste the code into a new Arduino sketch.
- Follow the instructions on the Arduino IDE Setup wiki page.
- Copy the code from the
- VS Code with PlatformIO Users:
- Follow the instructions on the VS Code with PlatformIO Setup wiki page.
- Arduino IDE Users:
-
Simulation:
- Arduino IDE Users: Simulate the project using the Wokwi online simulator.
- VS Code Users: Simulate the project using the Wokwi VS Code extension.
-
Troubleshooting: Find solutions to common issues.
Project Overview
This wiki provides detailed instructions and resources for setting up and using an ESP32 with a 1.3-inch OLED display. It covers hardware connections, software setup for different development environments, simulation using Wokwi, and troubleshooting common issues.
Components (Purchase Links)
- ESP32 (CH340C, USB Type C): Makerlab Electronics
- ESP32 Expansion Board (X0R7 Black): Makerlab Electronics
- OLED Display 1.3-inch White (128x64): Makerlab Electronics
- Breadboard: Makerlab Electronics (Search for "breadboard")
- Jumper wires (4 pcs, Male to Female): Makerlab Electronics (Search for "jumper wires")
Code
The code provided in the src/main.cpp
file demonstrates basic functionality. You can modify it to suit your specific needs.
Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues.