News

This library is intended to be used with I2C LCD Panels. It can be used to scroll text in a single line on the screen. The motivation behind it was an 20 x 4 I bought which behaves weirdly, ...
The most difference to the original LiquidCrystal library from Arduino is that this library supports printf() functionality. When using PlatformIO and AVR, to support float you must add following line ...
To link a standard 16×2 LCD directly with the microcontroller, for instance Arduino, you would need atleast 6 I/O pins to talk to the LCD. However, if you use an LCD module with I2C interface, you ...
In this tutorial we will use I2C communication between two arduino boards and send (0 to 127) values to each other by using potentiometer.
In this tutorial we will see how to interface NodeMCU with 16x2 LCD without using I2C communication. Here we will interface 16x2 LCD using shift register SN74HC595.
The Waveshare 1.69-inch IPS touch LCD is a 1.69-inch rounded display with 240×280 resolution and a 262K color range. The display driver (ST7789V2) and touch controller (CST816T) are integrated ...