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.

RTOS: Ethernet connected display controller

Other Parts Discussed in Thread: EK-TM4C1294XL, TMDXEVM3358

Tool/software: TI-RTOS

I need to drive a 7" 800x480 color LCD screen. The screen with receive messages over TCP/IP. The messages will be handled by displaying text on the screen, playing a melody on a speaker, and flashing an LED.

The screen needs to be driven by an LVDS like the THC63LVDM83C. The screen allows for 24 bit color mode, but the entire color spectrum isn't needed. 16 bit color is enough.

What processor line is ideal for this application? What software stack will work well for me?

TI RTOS seems appropriate because the design is so simple. I am ignorant of how the graphical display libraries work, and what processor features are required.