1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
openmptcprouter-feeds/luci-app-ouad/src
2023-10-22 15:28:06 +08:00
..
Example_Code coverage test 2023-10-22 14:53:12 +08:00
I2C_Library coverage test 2023-10-22 14:53:12 +08:00
SSD1306_OLED_Library coverage test 2023-10-22 14:53:12 +08:00
LICENSE coverage test 2023-10-22 14:53:12 +08:00
Makefile Update Makefile 2023-10-22 15:28:06 +08:00
README.md coverage test 2023-10-22 14:53:12 +08:00

SSD1306-OLED-display-driver-for-BeagleBone

This is a SSD1306 OLED Display Library fully compatible with the BeagleBone.

The Library has 3 components:

  1. I2C component for enabling communication between the BeagleBone and display.
  2. Control component for sending I2C commands to configure and control the display.
  3. Graphics component for drawing geometrical figures, bitmaps, texts, characters, emoticons and numbers.

Author: Vinay Divakar

References:

  1. https://github.com/adafruit/Adafruit_SSD1306
  2. https://github.com/adafruit/Adafruit-GFX-Library

Youtube demo: https://youtu.be/sDKf6zW6Pyg

MIT license, check LICENSE file for more information

This Library is written in C. To use it, just include the I2C and SSD1306 Libraries in your project.

Enjoy :)