[General Functions]
Description
Disable Page timer.
Syntax
void disablePageTimer(lv_obj_t* id);
Parameters
[in] id
Object ID.
Return
None.
Example
#include "myhmi.h" void setup() { Hmi.begin(); // put your setup code here, to run once: Hmi.disablePageTimer(p1); } void loop() { // ... }
Please see the 86HMI Editor User Manual for more instructions on 86HMI widgets and API usage.