TD-T14ST2G2360-5 is a low price LCD module sold here. It has 128 x 128 pixels display. I tried using the LCD with Tiva LaunchPad EK-TM4C123GXL.
Generic Device Driver
I developed device driver easily adoptable to your preferred MCU. The source codes are available on the website below. Currently you can draw major ascii characters, lines, and rectangles with the driver.Device Driver : source codes
Implementation Example for EK-TM4C123GXL
Let's see an example implemented on EK-EM4C123GXL. Electrical connection is shown in the picture below.Project files for Code Composer Studio (CCS) is downloadable from here.
To import the project, launch CCS, then select the item
Projects > Import Existing CCS Eclipse Projects
Check the LCD_TEST project and click the Finish button.
To build the project, import driverlib too.