LiquidCrystal_I2C
LiquidCrystal_I2C copied to clipboard
LiquidCrystal Arduino library for the DFRobot I2C LCD displays
I'm new to github and arduino, but using _LiquidCrystal_I2C lcd(0x27, 16, 2);_ causes an error on NodeMCU boards (and maybe others) but not on Mega 2560. The workaround is to...
I think this library should have a user manual
https://gitlab.com/tandembyte/LCD_I2C as referenced on the main repository readme is no longer available.
In the pull requests it seems that this library has been updated to support the rPi and it has been moved over to GitLab but the URL at GitLab is...
Rewrote LiquidCrystal_I2C.git to factor out Arduino-based code into an implementation class that can be instantiated on Arduino platforms at compile time. Coded a similar class that uses Linux-based i2c APIs,...
I made soma small chganges to this library to make it usable on both Arduino IDE and on Raspberry pi using wiringPi library in C/C++. There are only some small...
The readme file says: > Status: Archived This repository has been transfered to GitLab at https://gitlab.com/tandembyte/LCD_I2C but that link is "not found", nor can I find any LCD_I2C project with...
Hi everyone, i use an ESP32 wired up to a LCD 16x2 I2C. I use the esp32 for the BLE. Unfortunately some time random characters displays... https://user-images.githubusercontent.com/6717214/144840296-eb33b49c-a128-46d7-9906-25c27605fecf.mp4 I already tried...
Hi, Firstly, thank you a lot for this useful library. Nice work. I have use a lot your library for different project, with good results. But for two of them,...
Small Alteration at comments