diff --git a/twinmax/display.cpp b/twinmax/display.cpp index 985a71c..caef060 100644 --- a/twinmax/display.cpp +++ b/twinmax/display.cpp @@ -18,6 +18,7 @@ void temporary(){ // / address for I2C 128x32 // display.begin(SSD1306_SWITCHCAPVCC, 0x3C) + display.begin(); // display.clearDisplay(); @@ -56,7 +57,9 @@ void Display::send_commands(const uint8_t *cc, const uint8_t n){ void Display::Display(const resetPin){ _rstPin = resetPin; _wire = &Wire; +} +void Display::begin(){ _wire.begin(); // reset sequence