Instead waiting for a touch interrupt to start running the touch driver, I want to use user code to initial the touch panel every time the LCD power ON. Using this line: p_i2c_api->write(p_i2c_ctrl, ®, 1, true); in the main thread would not be recognized. I'm still learning how all the thread and api are linked. Please give me a hint. Thanks.
↧