I have gotten the following hardware:
- Launchpad: TI - ARM Cortex-M4F based MCU TM4C1294 Connected LaunchPad
- Display Boosterpack: Kentec Stellarils BoosterPack (EB-LM4F120-L35)
and found the following tutorial & firmware:
- Kentec Boosterpack FW: TI - Getting Started with the TIVA™ C Series TM4C123G LaunchPad
- Booster Tutorial: TI - Tiva C Series LaunchPad Workshop Chapter 10
The tutorial and firmware is for the TM4C123G Launchpad however, and has incompatible pinouts on the LCD data port. See the picture below, the pinout for the LCD data port is whack!
Firmware Issue
Here is all that this provided firmware uses for the LCD data port (from Kentec320x240x16_ssd2119_8bit.c) -
//*****************************************************************************
// Defines for the pins that are used to communicate with the SSD2119.
//*****************************************************************************
#define LCD_DATAH_PERIPH SYSCTL_PERIPH_GPIOB
#define LCD_DATAH_BASE GPIO_PORTB_BASE
#define LCD_DATAH_PINS 0xFF
Question
How to use this Boosterpack with the TM4C1294XL?
Here is the Visio File I used to generate if interested - Suppl - connection diagram.zip