mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Better usage of display with DVMega
This commit is contained in:
parent
f31a8815cb
commit
5735209394
4 changed files with 36 additions and 19 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue