]> git.donarmstrong.com Git - qmk_firmware.git/commit
Integrating Peter Fleury's HD44780 LCD library (#3209)
authorMax Audron <audron@ejected.space>
Sun, 15 Jul 2018 17:31:45 +0000 (19:31 +0200)
committerJack Humbert <jack.humb@gmail.com>
Sun, 15 Jul 2018 17:31:45 +0000 (13:31 -0400)
commitbbea9dadbcc92c4005188860a44c7b9e2479be2e
tree6771bf1efda890e5747fb48db5ff4b1182051f38
parent81756d7b219fc2c869c043ee606d491a1e77e1c1
Integrating Peter Fleury's HD44780 LCD library (#3209)

* 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.
common_features.mk
docs/feature_hd44780.md [new file with mode: 0644]
docs/features.md
drivers/avr/hd44780.c [new file with mode: 0644]
drivers/avr/hd44780.h [new file with mode: 0644]
quantum/quantum.c
quantum/quantum.h
quantum/template/avr/config.h
quantum/template/avr/rules.mk
tmk_core/common/keyboard.c