TAP_ExitNormal

Topfield Documentation

void TAP_ExitNormal();

It makes the firmware to exit from the normal state. The normal state means that the system can display the info box, volume bar or any other OSD. All the OSD regions are initialized and cleared after this function. This function SHOULD be called to use OSD functions in TAP application.

Additional Documentation

EMJB: Note that unless TAP_ExitNormal() has been called, "<<" & ">>" keypresses are still processed by the firmware even if zero has been return by the event handler.

EMJB: On the TF5800 this function prevents the MHEG engine from loading (if not already loaded).