HonestQiao / ssd1306_i2c

SSD1306 i2c driver for Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSD1306 i2c driver for Raspberry PI
-----------------------------------

Based on Adafruit SSD1306 Arduino library. Some functions came from Adafruit GF$

Tested on Raspberry Pi 2 with 0.96 Yellow/Blue OLED

Required WiringPi http://wiringpi.com/ and WiringPi i2c lib. 

How to run demo:
gcc demo.c ssd1306_i2c.c -lwiringPi -o demo

./demo



About

SSD1306 i2c driver for Raspberry Pi


Languages

Language:C 100.0%