You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some code which I have been running using LiquidCrystalIO with a 20 by 4 LCD display. I have not used it for some time and when I recompile the display no longer works - it goes black and resets the LCD in some way.
I have experimented with the code and examples work e.g. your HelloI2C as long as I use begin(16,2).
Code using a direct call to hd44780_I2Cexp to set up the LCD works fine with begin(20,4).
I am using an Arduino MEGA and a display with I2C 0x27 and using LiquidCrystalI2C_RS_EN.
I have had a look at the library code and cannot spot anything obvious in the code changes.
John Fletcher
The text was updated successfully, but these errors were encountered:
I have some code which I have been running using LiquidCrystalIO with a 20 by 4 LCD display. I have not used it for some time and when I recompile the display no longer works - it goes black and resets the LCD in some way.
I have experimented with the code and examples work e.g. your HelloI2C as long as I use begin(16,2).
Code using a direct call to hd44780_I2Cexp to set up the LCD works fine with begin(20,4).
I am using an Arduino MEGA and a display with I2C 0x27 and using LiquidCrystalI2C_RS_EN.
I have had a look at the library code and cannot spot anything obvious in the code changes.
John Fletcher
The text was updated successfully, but these errors were encountered: