TivaC Lcd Driver for 1602A LCD controller
A c++ driver for interfacing the TivaC with the 1602A LCD controller
Functions
main.cpp File Reference

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 More...

#include "lcd_driver.hpp"
#include "driverlib/gpio.h"
#include "driverlib/interrupt.h"
#include "driverlib/pin_map.h"
#include "driverlib/rom.h"
#include "driverlib/sysctl.h"
#include "driverlib/uart.h"
#include "utils/uartstdio.h"
#include "inc/hw_ints.h"
#include "inc/hw_memmap.h"
#include "inc/hw_types.h"
Include dependency graph for main.cpp:

Functions

int main (void)
 

Detailed Description

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

Author
Khoi Trinh
Date
2018-09-23