LiquidCrystal_I2C icon indicating copy to clipboard operation
LiquidCrystal_I2C copied to clipboard

LiquidCrystal Arduino library for the DFRobot I2C LCD displays

Results 65 LiquidCrystal_I2C issues
Sort by recently updated
recently updated
newest added

Just a small thing lcd.print("Codes 0x"); lcd.print(i, HEX); lcd.print("-0x"); lcd.print(i+16, HEX); in displayKeyCodes the to number should be increased by 15 only not 16.

As this library is actually a fork, could you please fork the original library and recreate the changes made.

- Silenced warnings about unused parameter - Removed leftover file `LiquidCrystal_I2C.o`

Hey Marco, I tried to use your library within an interrupt function but it seems to halt my Arduino (Leonardo). For the interrupt handler I used the [TimerThree Llibrary](http://playground.arduino.cc/Code/Timer1) with...

Why cols parameter is just ignored in `void LiquidCrystal_I2C::begin(uint8_t cols, uint8_t lines, uint8_t dotsize)`? The `cols` variable is never used in the code. Subsequently `lcd.write()` which should print characters in...

Hello Community, I have an issue with using Underscore ( _ ) under the text. means, When I edit the text or over the text, then I want to use...

Please update the library properties so that it can be used with ESP8266 as well

https://github.com/mikalhart/Flash/releases/tag/v5

https://github.com/gabime/spdlog/blob/v1.x/include/spdlog/details/windows_include.h#L1-L11