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:
parent
43319fd3dd
commit
5f375c57c0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user