Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering fc0de88b8e Finished (but untested) modes
1. Default mode (8-bit data bus, control lines on any PINs)
2. 8-bit arbitrary pin mode (8-bit data bus on any PIN, control lines on
   any PINs)
3. 4-bit mode (4-bit data bus, control lines on any PINs)

Default mode is tested and working. The others still require testing.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-10-01 03:43:07 -04:00
.gitignore
Makefile
lcdLib.c Finished (but untested) modes 2015-10-01 03:43:07 -04:00
lcdLib.h Prepare for 4 bit mode of operation 2015-10-01 03:04:33 -04:00
lcdOutput.c Broken likely due to timing 2015-09-30 04:46:49 -04:00