Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.69 KB

README.md

File metadata and controls

40 lines (27 loc) · 2.69 KB

ESP32 Heltec OLED Logger

PlatformIO Registry

Maintainability Rating Security Rating Bugs Vulnerabilities

Enhance your ESP32 projects with the ESP32 Heltec OLED Logger, a powerful logging utility designed for the Heltec ESP32 platform. This application simplifies the process of logging messages and displaying them in real-time on the integrated OLED screen. Whether you're developing IoT applications, debugging your code, or monitoring sensor data, the ESP32 Heltec OLED Logger provides a user-friendly interface for efficient logging.

Key Features

  • Real-time Logging: Display log messages instantly on the Heltec ESP32 OLED screen.
  • Timestamped Entries: Each log entry is timestamped for precise tracking of events.
  • Customizable Interface: Easily adapt logging settings to fit your project requirements.
  • Efficient and Modular: The codebase is designed for simplicity, modularity, and easy integration into your ESP32 projects.

Example Usage

#include <Arduino.h>
#include <IndexedLogDisplay.h>

IndexedLogDisplay indexedLogDisplay;

int counter = 0;

void setup() {
  indexedLogDisplay.begin();
}

void loop() {
  indexedLogDisplay.add("Log Entry " + String(counter++));
  delay(500);
}

Support the project with a donation

This project is open source and free, but if you want to support us and help us continue to maintain and improve it, you can make a donation through PayPal. Any contribution, no matter how small, is greatly appreciated and will help us keep the project active and healthy. Thank you for your support!

Donate