[General Functions]
Description
Enable Page timer.
Syntax
void enablePageTimer(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.enablePageTimer(p1);
}
void loop() {
// ...
}Please see the 86HMI Editor User Manual for more instructions on 86HMI widgets and API usage.