Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering 172d5e268f Prepare to support various escapes for characters
Move code that checked for escapes from the writeStringToLCD function to
the writeCharToLCD function.

Note: There seems to be an issue connecting to USART when the programmer
is not connected. This is likely a wiring issue related to ISP.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-10-06 05:49:59 -04:00
.gitignore Add *.lst to .gitignore 2015-10-04 21:20:23 -04:00
lcdLib.c Prepare to support various escapes for characters 2015-10-06 05:49:59 -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 Prepare to support various escapes for characters 2015-10-06 05:49:59 -04:00
Makefile Fix BAUD rate in Makefile 2015-10-06 04:23:14 -04:00
USART.c Initial USART echoing to LCD example 2015-10-06 04:23:40 -04:00
USART.h Initial USART echoing to LCD example 2015-10-06 04:23:40 -04:00