Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 949 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 949 Bytes

MyOLEDLibrary

A simple library to interface with an SSD1306 OLED display using the Adafruit_GFX and Adafruit_SSD1306 libraries.

Table of Contents

Introduction

MyOLEDLibrary is designed to provide an easy-to-use interface for SSD1306 OLED displays. It leverages the Adafruit_GFX and Adafruit_SSD1306 libraries to offer simple methods for initializing the display, showing text, and clearing the screen.

Features

  • Initialize the SSD1306 OLED display
  • Display text on the screen
  • Clear the display

Installation

  1. Ensure you have the required libraries installed:

    • Adafruit GFX Library
    • Adafruit SSD1306 Library

    You can install these libraries via the Arduino Library Manager.

  2. Download or clone this repository into your Arduino libraries folder:

    git clone https://github.com/yourusername/MyOLEDLibrary.git