Hi,
I hope to custom a new touch screen support.
This screen only need connected via UART port.
What is the best way to add this?
I traced the display code , seems like there are high level interface in DisplayList.h.
All I need to do is add a new FEATURE_CONTROLLER type and implement the macros like UI_INITIALIZED , UI_ACTION....etc.
Is this right?