Skip to content

Commit 00a9f99

Browse files
committed
Merge branch 'master' of https://github.com/joshnuss/Arduino
2 parents a142a25 + bcefe3c commit 00a9f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/LiquidCrystal/LiquidCrystal.cpp

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void LiquidCrystal::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) {
122122
write4bits(0x03);
123123
delayMicroseconds(150);
124124

125-
// finally, set to 8-bit interface
125+
// finally, set to 4-bit interface
126126
write4bits(0x02);
127127
} else {
128128
// this is according to the hitachi HD44780 datasheet

0 commit comments

Comments
 (0)