Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
/ LCDCharacterView Public archive

A small Arduino app that displays the characters of your Hitachi HD44780 LCD.

License

Notifications You must be signed in to change notification settings

ParadoxV5/LCDCharacterView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LCDCharacterView

A small Arduino app that displays the characters of your Hitachi HD44780 LCD.

Designed for LCDs with 16-characters in width, and optimally 2-characters in height.

Empty pages 0?, 1?, 8? and 9? are skipped.

Example output

40 - 4F
@ABCDEFGHIJKLMNO

Pins

Pins are defined as const bytes:

RS, E,
D4, D5, D6, D7
LiquidCrystal pins.
LED
[Optional] Status indicator LED. Turns HIGH when a valid input is registered and until both inputs are LOW. The default pin 13 is simply the pin attached to the built-in LED for most boards.
LEFT, RIGHT
[Input] The (button) inputs to flip to the previous or next page, respectively.

About

A small Arduino app that displays the characters of your Hitachi HD44780 LCD.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages