SPI3 support ssd1306 (#309)

SPI3 support, SH1106 port
This commit is contained in:
Zaltora 2016-12-29 15:42:43 +01:00 committed by Ruslan V. Uss
parent 0b063730f3
commit 14c8ff57ca
3 changed files with 208 additions and 36 deletions

View file

@ -9,4 +9,8 @@
#define SSD1306_SPI4_SUPPORT 1
#endif
#ifndef SSD1306_SPI3_SUPPORT
#define SSD1306_SPI3_SUPPORT 1
#endif
#endif /* _EXTRAS_SSD1306_CONFIG_H_ */