サイト内検索

検索

Shares

Table of Content

86HMI::disablePageTimer()

[汎用関数]

説明

ページタイマを無効にします。

構文

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のさらなる説明がございます。

上部へスクロール