[汎用関数]
説明
ページタイマを有効にします。
構文
void enablePageTimer(lv_obj_t* id);
媒介変数
[in] id
オブジェクトID
戻り値
なし
例
#include "myhmi.h"
void setup() {
Hmi.begin();
// put your setup code here, to run once:
Hmi.enablePageTimer(p1);
}
void loop() {
// ...
}詳細は 86HMIエディタ ユーザーマニュアル には、86HMI ウィジェットとAPIのさらなる説明がございます。