Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering 854876217a Update the serial console as to mimic the LCD
Working for clear screen, Backspace, and newline. Still needs to be
implemented to match the columns and rows of the LCD (which will require
that lcdLib.c provide access to currentLineChars and currentLineNum via
functions like getCurrentRow and getCurrentColumn.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-10-08 03:15:25 -04:00
.gitignore Add *.lst to .gitignore 2015-10-04 21:20:23 -04:00
lcdLib.c Working backspace and fixed bug with cursor 2015-10-07 22:38:57 -04:00
lcdLib.h Refactor lcdLib.h 2015-10-05 05:03:26 -04:00
lcdLibConfig.h Fixed busy flag check 2015-10-06 03:34:39 -04:00
lcdOutput.c Update the serial console as to mimic the LCD 2015-10-08 03:15:25 -04:00
Makefile Fix BAUD rate in Makefile 2015-10-06 04:23:14 -04:00
USART.c Add transmitString function to USART library 2015-10-08 03:15:00 -04:00
USART.h Add transmitString function to USART library 2015-10-08 03:15:00 -04:00