Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering 435c8eb07b Fixed busy flag check
Inspired by
http://web.alfredstate.edu/weimandn/programming/lcd/ATmega328/LCD_code_index.html.
Forgot about the 'data hold time', 'address hold time' and 'enable cycle
time'. These delays should eventually be implemented as preprocessor constants.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-10-06 03:34:39 -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 Fixed busy flag check 2015-10-06 03:34:39 -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 Take screen characteristics into account 2015-10-06 03:14:24 -04:00