Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32 - esp8266-oled-ssd1306/library.json at master · ThingPulse/esp8266-oled-ssd1306
// this will be limited to ~400khz if the ESP8266 in 80Mhz mode. if(this->_frequency != -1) _wire->setClock(this->_frequency); return true; }void display(void) { initI2cIfNeccesary(); #ifdef OLEDDISPLAY_DOUBLE_BUFFER uint8_t minBoundY = UINT8_MAX; ...