Skip to content

STM32 HAL libriary for LCD display based on HITACHI HD44780U chip

License

Notifications You must be signed in to change notification settings

morransmith/LCD-HD44780-I2C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32 HAL Libriary for LCD Based on Hitachi HD44780

What is it for?

I wrote this libriary as I'm sick and tired of other libs based on Arduino lib LiquidCrystal_I2C. This one is for STM32 but can be adopted for every chip using C99.

Anyway it is written for I2C expander based on PCF8574.

Why is it better?

There are several reasons:

  1. This lib does not use any hardware delays.
  2. This lib uses DMA to send data to display
  3. This lib uses some tricks using I2C timings
  4. This lib is written on clean C99

How it works and how to use it?

Read full description and documentation here.

About

STM32 HAL libriary for LCD display based on HITACHI HD44780U chip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%