TivaC Lcd Driver for 1602A LCD controller
A c++ driver for interfacing the TivaC with the 1602A LCD controller
src Directory Reference

Files

file  lcd_driver.cpp
 source file for LcdDriver class, contain most user facing methods as well as major backend communication function
 
file  lcd_driver.hpp [code]
 header file for LcdDriver class
 
file  lcd_include.hpp [code]
 header file holding lcd controller specific information like its timing parameter, commands
 
file  lcd_utils.cpp
 Implement utils functions from LcdDriver class, low-level backend stuffs are generally here.
 
file  main.cpp
 main file for the lcd controller, used mainly for development testing as well as serve as an example for how to use the LcdDriver class