Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering 1ba8dd6b86 Replaced unnecessary delays with BF check in init
In the function initLCD, since the loop_until_LCD_BF_clear is working,
there is no need for manual delays at a point through the software
initialization. This fix is a remnant of commit
435c8eb07b, where the busy flag check was
fixed.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-10-15 02:07:19 -04:00
.gitignore First pass setting up doxygen documentation 2015-10-15 01:23:11 -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 First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
ansi_escapes.h First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
doxygen.conf First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
lcdLib.c Replaced unnecessary delays with BF check in init 2015-10-15 02:07:19 -04:00
lcdLib.h First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
lcdLibConfig.h First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
lcdOutput.c Simplify entry of ANSI escape sequences 2015-10-09 01:35:47 -04:00