Skip to content

A couple drivers for LCDs built around on the HDD44780 chip

Notifications You must be signed in to change notification settings

antonin-leclercq/lcd_drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lcd_drivers

A couple drivers for LCDs built around on the HD44780 chip

The basic_driver/ folder is an example for the STM32F030 microcontroller. It takes advantage of GPIO banks for "more efficient" code.
The basic_driver_hl/ folder is a "higher level" version of basic_driver/ in a way that you can use pins from different GPIO ports
The basic_driver_i2c/ folder is an example for the STM32F746 microcontroller which uses the I2C2 peripheral. It's made to work with PCF8574 based LCD modules.

About

A couple drivers for LCDs built around on the HDD44780 chip

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages