This commit is contained in:
David A. Mellis 2010-11-27 12:01:35 -06:00
commit 00a9f99c9b
1 changed files with 1 additions and 1 deletions

2
libraries/LiquidCrystal/LiquidCrystal.cpp Executable file → Normal file
View File

@ -122,7 +122,7 @@ void LiquidCrystal::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) {
write4bits(0x03);
delayMicroseconds(150);
// finally, set to 8-bit interface
// finally, set to 4-bit interface
write4bits(0x02);
} else {
// this is according to the hitachi HD44780 datasheet