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:

  1. Hardware Setup: Learn how to connect your ESP32 to the OLED display.

  2. 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.
    • VS Code with PlatformIO Users:
  3. Simulation:

  4. 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)

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.

License

GPL-3.0