Creating Arduino Library for 1602 LCD

Опубликовано: 06 Июнь 2022
на канале: Anas Kuzechie
2,215
56

Link to my GitHub repository to access 1602 LCD library:
https://github.com/akuzechie/LCD-1602

Link to circuit diagram:
https://akuzechie.blogspot.com/2022/0...

Link to my tutorial on programming LCD interfaced with ATmega8:
   • ATmega8 - Programming LCD  

Link to my tutorial on programming LCD using assembly:
   • Assembly via Arduino (part 5) - Progr...  

Contents:
0:00 Introduction
0:31 Circuit Diagram of Implemented System
0:58 Folder Structure of 1602 LCD Library
1:20 LCD Library Public Functions
2:46 Coding Header & Source Files of LCD Library
5:13 Example Sketch 1: Displaying Text & Numbers on LCD
7:09 Example Sketch 2: DHT22 Temp & Humidity on LCD
8:14 Future Project: I2C Control of 1602 LCD via I/O Expander PCF8574