/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.h | 319 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);
|
D | lv_demo_smartwatch_settings.c | 313 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/ |
D | st_ltdc.rst | 28 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`.
|
D | fbdev.rst | 41 be enabled unless really needed.
|
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.h | 40 void lv_linux_fbdev_set_force_refresh(lv_display_t * disp, bool enabled);
|
D | lv_linux_fbdev.c | 243 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/ |
D | tiny_ttf.rst | 16 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,
|
D | lfs.rst | 17 When enabled :c:macro:`lv_littlefs_set_handler` can be used to set up a mount point.
|
D | ffmpeg.rst | 44 - :cpp:enumerator:`LV_EVENT_READY` Sent when playback is complete and auto-restart is not enabled.
|
D | tjpgd.rst | 27 If enabled in ``lv_conf.h`` by :c:macro:`LV_USE_TJPGD` LVGL will register a new
|
D | gif.rst | 11 When enabled in ``lv_conf.h`` with :c:macro:`LV_USE_GIF`
|
D | lodepng.rst | 11 If enabled in ``lv_conf.h`` by :c:macro:`LV_USE_LODEPNG` LVGL will register a new
|
D | bmp.rst | 14 If enabled in ``lv_conf.h`` by :c:macro:`LV_USE_BMP` LVGL will register a new
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res.c | 18 #error LV_FONT_FMT_TXT_LARGE needs to be enabled in lv_conf.h for the high res demo
|
/lvgl-latest/docs/details/widgets/ |
D | checkbox.rst | 85 - ``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
|
D | imagebutton.rst | 93 is enabled. 95 :cpp:enumerator:`LV_OBJ_FLAG_CHECKABLE` is enabled.
|
D | button.rst | 42 enabled and the Widget is clicked. The event happens on transition
|
D | lottie.rst | 37 :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/ |
D | lv_indev_private.h | 41 uint8_t enabled : 1; member
|
/lvgl-latest/docs/details/main-components/ |
D | fs.rst | 171 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/ |
D | imgfont.rst | 10 Supported image formats: determined by enabled LVGL :ref:`image decoders <overview_image_decoder>`.
|
/lvgl-latest/docs/details/integration/driver/ |
D | libinput.rst | 29 Tap-and-drag: enabled 46 Full keyboard support needs to be enabled separately.
|
/lvgl-latest/docs/details/debugging/ |
D | vg_lite_tvg.rst | 27 …Make sure :c:macro:`LV_VG_LITE_USE_GPU_INIT` is enabled, because the thorvg drawing context needs …
|
/lvgl-latest/demos/music/ |
D | README.md | 11 - With `LV_DEMO_MUSIC_AUTO_PLAY` enabled a ~60 sec demo will be played.
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 155 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
|