SSD1306 OLED Display driver SPI refactored:

- SPI connection support
- different display sizes support
This commit is contained in:
UncleRus 2016-11-21 00:17:58 +05:00
parent 6bd2d15d23
commit 14c79a9ab8
11 changed files with 698 additions and 342 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.