Skip to content

techpaul/LiquidCrystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiquidCrystal

Liquid Crystal Library for Arduino higher performance

License as per standard Creative Commons for Arduino libraries

Has been submitted as Pull request on Arduino arduino/Arduino#4550

Sorts some bugs with chip handlling, so delaying 100 us between each nibble of an 8 bit write when should be 1 us. Other fixes to get the delay times between commands to actually NOT block operation and reduce delays to sensible level of 40 us.

If you have a slower display there is an extra method to extend LCD command delay time to any value between 40 and 250 us.

See timings.txt which details tests and performance increase.

Some scope shot images in images folder, for differences.

Installation

Copy LiquidCrystal.h and LiquidCrystal.cpp to your Arduino/Libraries/LiquidCrystal folder

Restart Arduino IDE and recompile your sketch and restest.

About

Arduino Liquid Crystal Libray higher performance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages