TivaC Lcd Driver for 1602A LCD controller
A c++ driver for interfacing the TivaC with the 1602A LCD controller
Classes
lcddriver Namespace Reference

the namespace of the LcdDriver, all lcd controller related files are under this namespace More...

Classes

struct  LcdConfig
 the structure used for carrying the lcd controller settings Each pin description is an array of 3 members describing: the clock port(like SYSCTL_PERIPH_GPIOB), the gpio port(like GPIO_PORTB_BASE) and the gpio pin(like GPIO_PIN_6) More...
 
class  LcdDriver
 The main class for the LcdDriver, all interactions with the 1602 lcd controller will be through this class. More...
 

Detailed Description

the namespace of the LcdDriver, all lcd controller related files are under this namespace