Home
last modified time | relevance | path

Searched refs:minutes (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_api_example.c126 int32_t minutes = lv_subject_get_int(&api->subjects.minute); in clock_timer_cb() local
127 minutes += 1; in clock_timer_cb()
128 if(minutes > 59) { in clock_timer_cb()
129 minutes = 0; in clock_timer_cb()
137 lv_subject_set_int(&api->subjects.minute, minutes); in clock_timer_cb()
/lvgl-latest/docs/details/integration/framework/
Dtasmota-berry.rst97 You can start in less than 10 minutes on a M5Stack or equivalent device
98 in less than 10 minutes in this `short tutorial <https://tasmota.github.io/docs/LVGL_in_10_minutes/…
/lvgl-latest/docs/intro/
Dbasics.rst436 the documentation. (5 minutes)
437 2. Check out the `Online Demos`_ to see LVGL in action. (3 minutes)
438 3. If not already done, read the :ref:`lvgl_basics` (above). (15 minutes)
439 4. Set up an LVGL :ref:`simulator`. (10 minutes)
446 10. Read the :ref:`contributing` guide to see how you can help to improve LVGL. (15 minutes)
/lvgl-latest/
DREADME.md422 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes).
423 …[Introduction](https://docs.lvgl.io/master/intro/index.html) page of the documentation (5 minutes).
424 …he basics on the [Quick overview](https://docs.lvgl.io/master/intro/basics.html) page (15 minutes).
428 …tor](https://docs.lvgl.io/master/details/integration/ide/pc-simulator.html#simulator) (10 minutes).
440 …//docs.lvgl.io/master/CONTRIBUTING.html) guide to see how you can help to improve LVGL (15 minutes)
/lvgl-latest/docs/
DREADME_jp.rst565 をセットアップしましょう。 (10 minutes)