Flexible character LCD library for AVR Microcontrollers
Collin J. Doering
7977f14d5a
Change the name of the following functions: writeLCDNibble_ -> writeLCDDBusNibble_ writeLCDByte_ -> writeLCDDBusByte_ Created a function 'writeLCDDBusByte' which waits for the busy flag (BF) to be cleared and then writes the given 8-bit integer to the LCD data bus regardless of the mode the LCD is operating in (default (8-bit mode), 8-bit arbitrary pin mode, or 4-bit mode). Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca> |
||
---|---|---|
.gitignore | ||
ansi_escapes.h | ||
doxygen.conf | ||
lcdLib.c | ||
lcdLib.h | ||
lcdLibConfig.h | ||
lcdOutput.c | ||
Makefile | ||
USART.c | ||
USART.h |