This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EK-TM4C123GXL: TM4C123GXL

Part Number: EK-TM4C123GXL

Hi. I am developing an application for machines, where I use displays between 2.4 inches to 7 inches. 

The first thing I should do is use a tft display, 320x240 with an ST7789V controller, in 3-pin spi series mode.

I'm using EK-TM4C123GXL launchpad.

To use the library GRLIB of TIVAWARE 2.1.4.178, I must modify the driver for SSD2119 of the Kentec boosterpack.(Kentec320x240x16_ssd2119_spi.c)
I'm doing it, but it's being a little complicated due to:

  1. There is not enough information about the use of the ST7789V.
  2. The registers of the ST7789V are very different from the SSD2119.

The question is, does anyone know where to take information on the use of the ST7789V, or any example of the Tiva on this driver TFT.?