1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

Update LCD_OLED.h

Remove newline from DIAG.
This commit is contained in:
Neil McKechnie 2021-03-31 12:24:32 +01:00
parent 43319fd3dd
commit 5f375c57c0

View File

@ -35,7 +35,7 @@ LCDDisplay::LCDDisplay() {
for (byte address = 0x3c; address <= 0x3d; address++) {
if (I2CManager.exists(address)) {
// Device found
DIAG(F("\nOLED display found at 0x%x"), address);
DIAG(F("OLED display found at 0x%x"), address);
interfake(OLED_DRIVER, 0);
const DevType *devType;
if (lcdCols == 132)