Driver and example for SSD1306 128x64 I2C display (#254)
This commit is contained in:
parent
e71919410d
commit
5b12ba54dc
9 changed files with 644 additions and 0 deletions
3
examples/ssd1306_i2c/Makefile
Normal file
3
examples/ssd1306_i2c/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
PROGRAM=SSD1306_Example
|
||||
EXTRA_COMPONENTS = extras/ssd1306 extras/i2c
|
||||
include ../../common.mk
|
Loading…
Add table
Add a link
Reference in a new issue