lspaulucio / LCD_Library

LCD Library for Tiva TM4C123

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LCD_Library

LCD Library for Tiva TM4C123GXL

About

This library was created for using a LCD module with Tiva TM4C123GXL.

The following libraries have been used for this LCD Library:

#include "inc/hw_types.h"
#include "inc/hw_memmap.h"
#include "driverlib/sysctl.h"
#include "driverlib/gpio.h"

These libraries could be found on Tiva website by the following link:

http://software-dl.ti.com/tiva-c/SW-EK-TM4C123GXL/latest/index_FDS.html

Pin Map

Pinmap

Schematic

Schematic

Documentation

You can see the documentation here

About

LCD Library for Tiva TM4C123


Languages

Language:C 100.0%