Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering c52fa746e0 Removed repeated #defines for data lines
Removed the repeated #defines for LCD_DBUS*[,_PORT,_DDR,_PIN] used for
both FOUR_BIT_MODE and EIGHT_BIT_ARBITRARY_PIN_MODE.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-10-02 03:27:57 -04:00
.gitignore Initial commit 2015-09-29 02:48:09 -04:00
Makefile Initial commit 2015-09-29 02:48:09 -04:00
lcdLib.c Fixed init issue with EIGHT_BIT_ARBITRARY_PIN_MODE 2015-10-02 03:27:13 -04:00
lcdLib.h Removed repeated #defines for data lines 2015-10-02 03:27:57 -04:00
lcdOutput.c Broken likely due to timing 2015-09-30 04:46:49 -04:00