mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-17 06:29:15 +01:00
Update LiquidCrystal_I2C.cpp
Reinstate write method for LCD.
This commit is contained in:
parent
192e8d9917
commit
e7e8e84829
@ -147,6 +147,11 @@ void LiquidCrystal_I2C::backlight(void) {
|
|||||||
expanderWrite(0);
|
expanderWrite(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
size_t LiquidCrystal_I2C::write(uint8_t value) {
|
||||||
|
send(value, Rs);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
/*********** mid level commands, for sending data/cmds */
|
/*********** mid level commands, for sending data/cmds */
|
||||||
|
|
||||||
inline void LiquidCrystal_I2C::command(uint8_t value) {
|
inline void LiquidCrystal_I2C::command(uint8_t value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user