Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 641 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 641 Bytes

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.