Fix typo issue for LCD font

Fix typo issue for LCD font
pull/21/merge
Luc 2015-01-14 22:16:45 +08:00
rodzic 0ed7e9da83
commit 51c9e9acf3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -594,7 +594,7 @@ void initializeLCD()
HAL::delayMicroseconds(150); //more than 39micro seconds
#endif
lcdCommand( BIT_INTERFACE | LCD_2LINE | LCD_5X11); //LCD Configuration: Bits, Lines and Font
lcdCommand( BIT_INTERFACE | LCD_2LINE | LCD_5X8); //LCD Configuration: Bits, Lines and Font
HAL::delayMicroseconds(150); //more than 39micro seconds
lcdCommand(BIT_INTERFACE | LCD_2LINE | LCD_5X8);//LCD Configuration: Bits, Lines and Font