summaryrefslogtreecommitdiffstats
path: root/drivers/avr/hd44780.c
Commit message (Collapse)AuthorAgeFilesLines
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-536/+0
| | | | | | | * Relocate platform specific drivers * Move stm eeprom * Tidy up slightly
* clang-format changesskullY2019-08-301-283/+227
|
* Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2018-07-151-0/+592
* integrated Peter Fleury's LCD library for HD44780 LCDs * fixed typo * cleanup finished * add documentation * added HD44780 documentation * removed keyboard from .gitmodules * resolved merge conflict * removed edit of kira75s rules.mk made by merge * moved hd44780 to drivers/avr * Added licence info to hd44780 files * Added link to hd44780 docs.