SSD1306 OLED Display driver refactored (#290)

* SSD1306 OLED Display driver SPI refactored:
- SPI connection support
- different display sizes support

* I2C address added to device descriptor

* Small fix
This commit is contained in:
Ruslan V. Uss 2016-11-29 04:57:22 +06:00 committed by sheinz
parent 2d933cf0e4
commit b807eefeaf
11 changed files with 710 additions and 343 deletions

View file

@ -0,0 +1,3 @@
# SSD1306 I2C/SPI OLED LCD Example
To run this example connect the SSD1306 OLED LCD and configure protocol, display size and pins in main.c file.