SSD1306 OLED Display driver SPI refactored:
- SPI connection support - different display sizes support
This commit is contained in:
parent
6bd2d15d23
commit
14c79a9ab8
11 changed files with 698 additions and 342 deletions
3
examples/ssd1306_example/Makefile
Normal file
3
examples/ssd1306_example/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