Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering 62eb6bdc82 Restructure project and ready for publishing
Move current UART echo program that was being used to test the library
into an exmaples folder. Also ready another example
'digital_thermometer'. All examples will have unique Makefiles and
lcdLibConfig.h's but use symbolic links to the libraries to limit
repetition.

Included the boilerplate for a README as well as a GPLv3 LICENSE file.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-10-28 05:55:49 -04:00
examples Restructure project and ready for publishing 2015-10-28 05:55:49 -04:00
.gitignore First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
LICENSE Restructure project and ready for publishing 2015-10-28 05:55:49 -04:00
README.md Restructure project and ready for publishing 2015-10-28 05:55:49 -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 Completed scrollUp and scrollDown functions 2015-10-28 04:53:46 -04:00
lcdLib.h Read support implemented 2015-10-28 04:30:40 -04:00
lcdLibConfig.h Support both 5x8 and 5x10 fonts 2015-10-26 22:30:44 -04:00
lcd_instr.h Refactor, tidy and comment 2015-10-26 05:13:40 -04:00

README.md

Flexible character LCD library for AVR Microcontrollers

Features

Tools

License

Code licensed under (GPLv3. Please see the LICENSE file for full details.

Building

Issues

Road Map