deeplyembeddedWP / SSD1306-OLED-display-driver-for-BeagleBone

A SDD1306 OLED Driver that is fully compatible with the BeagleBone Black (ARM Cortex - A8).

Home Page:https://deeplyembedded.org/ssd1306-oled-driver-beaglebone/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Enjoy :)

About

A SDD1306 OLED Driver that is fully compatible with the BeagleBone Black (ARM Cortex - A8).

https://deeplyembedded.org/ssd1306-oled-driver-beaglebone/

License:MIT License


Languages

Language:C 99.8%Language:Makefile 0.2%