![]() |
||
---|---|---|
.. | ||
Example_Code | ||
I2C_Library | ||
SSD1306_OLED_Library | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
SSD1306-OLED-display-driver-for-BeagleBone
This is a SSD1306 OLED Display Library fully compatible with the BeagleBone.
The Library has 3 components:
- I2C component for enabling communication between the BeagleBone and display.
- Control component for sending I2C commands to configure and control the display.
- Graphics component for drawing geometrical figures, bitmaps, texts, characters, emoticons and numbers.
Author: Vinay Divakar
References:
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 :)