30 #ifndef _OLED_SH1106_H_ 31 #define _OLED_SH1106_H_ 81 #endif // _OLED_SH1106_H_ void sh1106_128x64_init(void)
Inits 128x64 OLED display (based on SH1106 controller).
void sh1106_128x64_spi_init(int8_t rstPin, int8_t cesPin, int8_t dcPin)
Inits 128x64 OLED display over spi (based on SH1106 controller).
void sh1106_128x64_i2c_init(void)
Inits 128x64 OLED display over i2c (based on SH1106 controller).