SH1106 fix for BT

This commit is contained in:
richonguzman 2024-07-09 14:34:54 -04:00
parent 159b739a46
commit 2c7fdbc3fe
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ void setup_display() {
} }
} }
#else #else
if (!display.begin(0x3c, true)) { if (!display.begin(0x3c, false)) {
logger.log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, "SH1106", "allocation failed!"); logger.log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, "SH1106", "allocation failed!");
while (true) { while (true) {
} }