SH1106 fix for BT
This commit is contained in:
parent
159b739a46
commit
2c7fdbc3fe
|
|
@ -102,7 +102,7 @@ void setup_display() {
|
|||
}
|
||||
}
|
||||
#else
|
||||
if (!display.begin(0x3c, true)) {
|
||||
if (!display.begin(0x3c, false)) {
|
||||
logger.log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, "SH1106", "allocation failed!");
|
||||
while (true) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue