Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering abacb2b30a Take screen characteristics into account
The writeStringtoLCD function now wraps text correctly and proceeds to
the next line when '\n' is reached in its argument.

Note: during debugging of this feature it was noticed that the function
loop_until_LCD_BF_clear is broken, as previously suspected. This forces
delays to be placed in the clearDisplay and returnHome functions and
could cause other undefined behavior if timing requirements aren't met.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-10-06 03:14:24 -04:00
.gitignore Add *.lst to .gitignore 2015-10-04 21:20:23 -04:00
Makefile Initial commit 2015-09-29 02:48:09 -04:00
lcdLib.c Take screen characteristics into account 2015-10-06 03:14:24 -04:00
lcdLib.h Refactor lcdLib.h 2015-10-05 05:03:26 -04:00
lcdLibConfig.h Take screen characteristics into account 2015-10-06 03:14:24 -04:00
lcdOutput.c Take screen characteristics into account 2015-10-06 03:14:24 -04:00