「App:Library:LVGL:docs:Porting:Sleep management」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「https://docs.lvgl.io/8.2/porting/sleep.html __NOTOC__ {| class="wikitable" !英文 !自動翻訳 |- | | |- | | |- | | |- | | |- | | |- | | |- | | |- | | |} ---- App…」)
 
30行目: 30行目:
 
|}
 
|}
  
 +
 +
 +
= Sleep management =
 +
The MCU can go to sleep when no user input happens. In this case, the main <code>while(1)</code> should look like this:
  
  

2022年6月22日 (水) 14:28時点における版

https://docs.lvgl.io/8.2/porting/sleep.html

英文 自動翻訳


Sleep management

The MCU can go to sleep when no user input happens. In this case, the main while(1) should look like this:



戻る : Previous