Devices icon indicating copy to clipboard operation
Devices copied to clipboard

HAS_BASIC_OLED_SCREEN error compiling Signal_hub 440:3: error: 'scanEeprom' was not declared in this scope

Open etellier opened this issue 3 years ago • 2 comments

Can't compile Signal_hub.ino with SSD1306 enabled option : #define HAS_BASIC_OLED_SCREEN Platform : arduino uno Arduino IDE 1.8.11 MySensor version : 2.3.2 SSD1306Ascii : 1.3.2 error : Signal_hub:440:3: error: 'scanEeprom' was not declared in this scope

etellier avatar Mar 01 '22 00:03 etellier

I've found : If you disable/comment line 31 : //#define HAS_TOUCH_SCREEN, it can't be compiled....

etellier avatar Mar 01 '22 01:03 etellier

Yes, you can't use two screens at the same time :-)

createcandle avatar Mar 01 '22 13:03 createcandle