mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Merge branch 'master' of https://github.com/joshnuss/Arduino
This commit is contained in:
commit
00a9f99c9b
2
libraries/LiquidCrystal/LiquidCrystal.cpp
Executable file → Normal file
2
libraries/LiquidCrystal/LiquidCrystal.cpp
Executable file → Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user