Tool/software: Code Composer Studio
In line 376 of file
tivaware_c_series_2_1_4_178/examples/boards/ek-tm4c1294xl-boostxl-kentec-s1/drivers/Kentec320x240x16_ssd2119_spi.c
there is wrong comment (it should be "SSI3", not "SSI2"):
// PQ2 - SSI2TX
It should be corrected to:
// PQ2 - SSI3TX
because PQ2 in TM4C1294NCPDT works as SSI3XDAT0 (or SSI3TX in Legacy SSI Mode).
Best wishes,
Piotr Kasprzyk