Found 52 repositories(showing 30)
fdebrabander
Library for the LiquidCrystal LCD display connected to an Arduino board.
johnrickman
LiquidCrystal Arduino library for the DFRobot I2C LCD displays
HD44780 I2C library based on Arduino LiquidCrystal library & STM32 HAL driver.
lucasmaziero
Library for the LiquidCrystal LCD display connect I2C bus to an ESP8266 or Arduino board
VladimirTsibrov
Arduino library for LiquidCrystal displays that use the I2C bus. Provides additional functions for building the user interface.
kiyoshigawa
LiquidCrystal_I2C Library for Arduino designed to work with the Elefu Control Panel I2C LCD Backpack.
VladimirTsibrov
Arduino library for LiquidCrystal displays that use the I2C bus. Provides additional functions for building the user interface.
ATrappmann
LiquidCrystal Arduino library for an LCD controlled by an MCP23017 I2C expander.
locple
Arduino library extended from LiquidCrystal_I2C to print UTF-8 strings (Vietnamese, Russian) to LCDs
domiluci
Born from the fusion of the SerialLCD and the LiquidCrystal I2C Arduino libraries, the LiquidCrystal NKC library is the latest addition to the LiquidCrystal family, enabling simple, yet extensive, universally compatible plug-n-play control of the advanced LCD displays by Longtech & NKC Electronics.
16-by-9
This Arduino project is a classic Snake Game that runs on an LCD display using the LiquidCrystal_I2C library. Players control the snake using input buttons or a joystick, growing the snake by consuming food while avoiding collisions.
jangminhyeok
LiquidCrystal_I2C library from @fdebrabander . customized for arduino-cli
sdfcl-iitk
Ported the Arduino LCD I2C Library to Raspberry Pi https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library
Alash-electronics
LiquidCrystal_I2C - Arduino үшін I2C интерфейсі арқылы жұмыс істейтін сұйық кристалды дисплейлерді басқаруға арналған. LiquidCrystal_I2C — библиотека для управления жидкокристаллическими дисплеями с использованием интерфейса I2C для Arduino. LiquidCrystal_I2C is a library for controlling liquid crystal displays using the I2C interface for Arduino.
Enjoy-Mechatronics
Let's Add the Arabic Language to the LCD Display using an Arduino Board and the LiquidCrystal_I2C Library
Tasfia7
This project is about making a digital clock using Arduino uno,DS3231 RTC,LCD 20x04 l2C.This digital clock shows time,date,day of week & temperature.I use DS3231 library & liquidcrystal_i2c library for this project.
sgagankumar
Full working library for LiquidCrystal Display connection with I2C bus for arduino boards
AngeloAvv
Porting of the original Arduino-LiquidCrystal-I2C-library
No description available
TeraWattHour
A MicroPython port of the LiquidCrystal_I2C Arduino library
Dead-Lemon
A C style menu system for arduino liquidcrystal_I2C library
AntonioBerna
Simple Arduino template to start new projects with <LiquidCrystal_I2C.h> library easily
admdc2000
LCD_Cyrillic is an Arduino library for displaying Cyrillic (Russian) characters on a 16x2 LCD (HD44780) via an I2C backpack (LiquidCrystal_I2C).
andrewwdao
Python module for the LCD display connected to a Raspberry Pi. Ported from C++ library for Arduino at: https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library
Sivanesanbalu
📌 Project Overview This project demonstrates how to interface an I2C 16x2 LCD display with ESP32 and print custom text: 👉 "Hello 3Gen Techies!" 🛠 Hardware Requirements ✅ ESP32 Development Board ✅ 16x2 I2C LCD Display ✅ Jumper Wires 💾 Software Requirements 🔹 Arduino IDE (with ESP32 Board Manager) 🔹 LiquidCrystal_I2C Library
rohiniramesh28
📌 Project Overview This project demonstrates how to interface an I2C 16x2 LCD display with ESP32 and print custom text: 👉 "Hello 3Gen Techies!" 🛠️ Hardware Requirements ✅ ESP32 Development Board ✅ 16x2 I2C LCD Display ✅ Jumper Wires 💾 Software Requirements 🔹 Arduino IDE (with ESP32 Board Manager) 🔹 LiquidCrystal_I2C Library
Sreeshanth25503
Arduino-based Fingerprint Attendance System with Real-Time Clock (RTC) and EEPROM storage. This project utilizes Adafruit_Fingerprint, LiquidCrystal_I2C, SoftwareSerial, and virtuabotixRTC libraries to implement a biometric attendance solution. Users can enroll, delete, and register attendance through a fingerprint sensor.
alex22022005
A simple "Hello, World" sketch to test a 16x2 I2C LCD (0x3F address) with an Arduino Nano. This code uses the LiquidCrystal_I2C library to initialize the display, turn on the backlight, and print a two-line message. It's perfect for quickly verifying your wiring (SDA to A4, SCL to A5) and ensuring your hardware is working.
hegmat13
My team of 4 ECE students and I created a pressure sensing glove that runs on the Arduino Mega 2560 Microcontroller in order to help people suffering from nerve damage. The purpose of the glove is to prevent further nerve damage of subject by giving them the ability to gauge how much pressure they are applying. The glove detects varying levels of pressure with a Force Sensitive Resistor (FSR) through Analog to Digital Conversion (ADC), displaying the results to an LCD screen. An Adafruit I2C LCD Backpack was used to connect the LCD screen with the Microcontroller. We also used system architecture and circuit designs, communication protocols, and LiquidCrystal_I2C.h library functions in the creation of the glove.
No description available