SPI3 support

This commit is contained in:
lilian 2016-12-05 14:25:56 +01:00
parent 762f73515b
commit 546504f14c
3 changed files with 38 additions and 6 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_ */