mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Better usage of display with DVMega
This commit is contained in:
@@ -706,7 +706,7 @@ void CMMDVMHost::createDisplay()
|
||||
}
|
||||
|
||||
if (dvmegaDisplay)
|
||||
LogInfo("Using DVMega display output on 16x2 HD44780");
|
||||
LogInfo("Using DVMega display output on HD44780");
|
||||
|
||||
m_display = new CHD44780(rows, columns, callsign, dmrid, pins, pwm, pwmPin, pwmBright, pwmDim, dvmegaDisplay);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user