Driver and example for SSD1306 128x64 I2C display

This commit is contained in:
Yuri Ludkevich 2016-10-02 00:41:01 +03:00 committed by Yuri Lyudkevich
parent 2ab9beb946
commit 266642b424
9 changed files with 644 additions and 0 deletions

View file

@ -0,0 +1,3 @@
PROGRAM=SSD1306_Example
EXTRA_COMPONENTS = extras/ssd1306 extras/i2c
include ../../common.mk