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