1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-01-11 21:31:02 +01:00

Merge branch 'master' into output-wordsize

This commit is contained in:
Harald Barth 2021-07-24 21:15:33 +02:00
commit 7206e46273
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define GITHUB_SHA "38be1d6"
#define GITHUB_SHA "52e8a93"

View File

@ -47,7 +47,7 @@ LiquidCrystal_I2C::LiquidCrystal_I2C(uint8_t lcd_Addr, uint8_t lcd_cols,
lcdRows = lcd_rows;
lcdCols = lcd_cols;
_backlightval &= ~LCD_BACKLIGHT;
_backlightval = 0;
I2CManager.begin();
I2CManager.setClock(100000L); // PCF8574 is spec'd to 100kHz.