Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 66) sorted by relevance

123

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.h319 void lv_demo_smartwatch_set_default_circular_scroll(bool enabled);
325 void lv_demo_smartwatch_set_default_alert_state(bool enabled);
331 void lv_demo_smartwatch_set_default_hints_state(bool enabled);
Dlv_demo_smartwatch_settings.c313 void lv_demo_smartwatch_set_default_circular_scroll(bool enabled) in lv_demo_smartwatch_set_default_circular_scroll() argument
315 if(enabled) { in lv_demo_smartwatch_set_default_circular_scroll()
325 void lv_demo_smartwatch_set_default_alert_state(bool enabled) in lv_demo_smartwatch_set_default_alert_state() argument
327 if(enabled) { in lv_demo_smartwatch_set_default_alert_state()
337 void lv_demo_smartwatch_set_default_hints_state(bool enabled) in lv_demo_smartwatch_set_default_hints_state() argument
339 if(enabled) { in lv_demo_smartwatch_set_default_hints_state()
/lvgl-latest/docs/details/integration/driver/display/
Dst_ltdc.rst28 If OS is enabled, a synchronization primitive will be used to
84 a single buffer if :c:macro:`LV_ST_LTDC_USE_DMA2D_FLUSH` is enabled.
103 :c:macro:`LV_ST_LTDC_USE_DMA2D_FLUSH` can be enabled to use DMA2D to flush
105 enabled. If the display is not partial, then there is no need to enable this
112 It must not be enabled at the same time as :c:macro:`LV_USE_DRAW_DMA2D`.
Dfbdev.rst41 be enabled unless really needed.
/lvgl-latest/src/drivers/display/fb/
Dlv_linux_fbdev.h40 void lv_linux_fbdev_set_force_refresh(lv_display_t * disp, bool enabled);
Dlv_linux_fbdev.c243 void lv_linux_fbdev_set_force_refresh(lv_display_t * disp, bool enabled) in lv_linux_fbdev_set_force_refresh() argument
246 dsc->force_refresh = enabled; in lv_linux_fbdev_set_force_refresh()
/lvgl-latest/docs/details/libs/
Dtiny_ttf.rst16 When enabled in ``lv_conf.h`` with :c:macro:`LV_USE_TINY_TTF`
24 However, if :c:macro:`LV_TINY_TTF_FILE_SUPPORT` is enabled,
Dlfs.rst17 When enabled :c:macro:`lv_littlefs_set_handler` can be used to set up a mount point.
Dffmpeg.rst44 - :cpp:enumerator:`LV_EVENT_READY` Sent when playback is complete and auto-restart is not enabled.
Dtjpgd.rst27 If enabled in ``lv_conf.h`` by :c:macro:`LV_USE_TJPGD` LVGL will register a new
Dgif.rst11 When enabled in ``lv_conf.h`` with :c:macro:`LV_USE_GIF`
Dlodepng.rst11 If enabled in ``lv_conf.h`` by :c:macro:`LV_USE_LODEPNG` LVGL will register a new
Dbmp.rst14 If enabled in ``lv_conf.h`` by :c:macro:`LV_USE_BMP` LVGL will register a new
/lvgl-latest/demos/high_res/
Dlv_demo_high_res.c18 #error LV_FONT_FMT_TXT_LARGE needs to be enabled in lv_conf.h for the high res demo
/lvgl-latest/docs/details/widgets/
Dcheckbox.rst85 - ``LV_KEY_RIGHT/UP`` Go to CHECKED state if Checkbox is enabled
86 - ``LV_KEY_LEFT/DOWN`` Go to non-CHECKED state if Checkbox is enabled
Dimagebutton.rst93 is enabled.
95 :cpp:enumerator:`LV_OBJ_FLAG_CHECKABLE` is enabled.
Dbutton.rst42 enabled and the Widget is clicked. The event happens on transition
Dlottie.rst37 :c:macro:`LV_USE_THORVG_EXTERNAL` (to link it externally) needs to enabled in ``lv_conf.h``. For ve…
38 :c:macro:`LV_USE_VECTOR_GRAPHIC` also needs to be enabled.
/lvgl-latest/src/indev/
Dlv_indev_private.h41 uint8_t enabled : 1; member
/lvgl-latest/docs/details/main-components/
Dfs.rst171 As of this writing, the list of already-available file-system drivers can be enabled
319 to other driver FS functions when the cache is enabled. i.e., ``lv_fs_read`` may call the driver's …
320 so the driver needs to implement more callbacks when the cache is enabled.
322 ``lv_fs_read`` :sub:`(behavior when cache is enabled)`
331 the cache is enabled"] --> B{{"is there cached data
369 ``lv_fs_write`` :sub:`(behavior when cache is enabled)`
375 ``lv_fs_seek`` :sub:`(behavior when cache is enabled)`
382 ``lv_fs_tell`` :sub:`(behavior when cache is enabled)`
/lvgl-latest/docs/details/other-components/
Dimgfont.rst10 Supported image formats: determined by enabled LVGL :ref:`image decoders <overview_image_decoder>`.
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst29 Tap-and-drag: enabled
46 Full keyboard support needs to be enabled separately.
/lvgl-latest/docs/details/debugging/
Dvg_lite_tvg.rst27 …Make sure :c:macro:`LV_VG_LITE_USE_GPU_INIT` is enabled, because the thorvg drawing context needs …
/lvgl-latest/demos/music/
DREADME.md11 - With `LV_DEMO_MUSIC_AUTO_PLAY` enabled a ~60 sec demo will be played.
/lvgl-latest/docs/details/base-widget/
Dscroll.rst155 enabled/disabled with ``LV_OBJ_FLAG_SCROLL_CHAIN_HOR/VER`` flag. If
166 Scroll momentum can be enabled/disabled with the
215 This feature can be enabled by the :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_ONE` flag.
223 focus" feature is enabled LVGL will automatically scroll Widgets to

123