mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Merge branch 'master' of https://github.com/joshnuss/Arduino
This commit is contained in:
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);
|
write4bits(0x03);
|
||||||
delayMicroseconds(150);
|
delayMicroseconds(150);
|
||||||
|
|
||||||
// finally, set to 8-bit interface
|
// finally, set to 4-bit interface
|
||||||
write4bits(0x02);
|
write4bits(0x02);
|
||||||
} else {
|
} else {
|
||||||
// this is according to the hitachi HD44780 datasheet
|
// this is according to the hitachi HD44780 datasheet
|
||||||
|
Reference in New Issue
Block a user