mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Correct typo in HD44780.cpp (see Yahoo Group)
This commit is contained in:
@@ -240,7 +240,7 @@ bool CHD44780::open()
|
|||||||
void CHD44780::adafruitLCDSetup()
|
void CHD44780::adafruitLCDSetup()
|
||||||
{
|
{
|
||||||
// The other control pins are initialised with lcdInit()
|
// The other control pins are initialised with lcdInit()
|
||||||
::mcp23017Setup(AF_BASE, m_i2caddress);
|
::mcp23017Setup(AF_BASE, m_i2cAddress);
|
||||||
|
|
||||||
// Backlight LEDs
|
// Backlight LEDs
|
||||||
::pinMode(AF_RED, OUTPUT);
|
::pinMode(AF_RED, OUTPUT);
|
||||||
|
|||||||
Reference in New Issue
Block a user