esp-open-rtos/extras/ssd1306/config.h
UncleRus 14c79a9ab8 SSD1306 OLED Display driver SPI refactored:
- SPI connection support
- different display sizes support
2016-11-23 13:34:22 +05:00

12 lines
242 B
C

#ifndef _EXTRAS_SSD1306_CONFIG_H_
#define _EXTRAS_SSD1306_CONFIG_H_
#ifndef SSD1306_I2C_SUPPORT
#define SSD1306_I2C_SUPPORT 1
#endif
#ifndef SSD1306_SPI4_SUPPORT
#define SSD1306_SPI4_SUPPORT 1
#endif
#endif /* _EXTRAS_SSD1306_CONFIG_H_ */