1.2.1.1 touch_init
void touch_init(void);
Description: Initializes various touch library modules and other peripherals, such as timer, etc. This function should be called during initialization phase typically before main while(1) loop.
Parameter: None
Return: None