/lvgl-latest/docs/details/libs/ |
D | ffmpeg.rst | 18 …enable-avcodec --enable-avformat --enable-decoders --enable-encoders --enable-demuxers --enable-pa…
|
D | svg.rst | 19 you can enable :c:macro:`LV_USE_SVG_ANIMATION` in ``lv_conf.h``.
|
D | tjpgd.rst | 39 enable one in ``lv_conf.h`` with ``LV_USE_FS_...`` config.
|
D | gif.rst | 36 enable one in ``lv_conf.h`` with ``LV_USE_FS_...``
|
D | lodepng.rst | 17 enable one in ``lv_conf.h`` with ``LV_USE_FS_...``
|
D | bmp.rst | 24 enable one in ``lv_conf.h`` with ``LV_USE_FS_...``
|
/lvgl-latest/src/misc/ |
D | lv_profiler_builtin.c | 62 bool enable; /**< Whether the built-in profiler is enabled */ member 159 void lv_profiler_builtin_set_enable(bool enable) in lv_profiler_builtin_set_enable() argument 165 profiler_ctx->enable = enable; in lv_profiler_builtin_set_enable() 182 if(!profiler_ctx->enable) { in lv_profiler_builtin_write()
|
D | lv_profiler_builtin.h | 61 void lv_profiler_builtin_set_enable(bool enable);
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_slider.c | 232 prop.arg2.enable = false; in test_slider_properties() 244 prop.arg2.enable = false; in test_slider_properties() 251 TEST_ASSERT_FALSE(lv_obj_get_property(obj, LV_PROPERTY_SLIDER_IS_DRAGGED).enable); in test_slider_properties() 255 TEST_ASSERT_FALSE(lv_obj_get_property(obj, LV_PROPERTY_SLIDER_IS_SYMMETRICAL).enable); in test_slider_properties()
|
D | test_textarea.c | 180 prop.enable = true; in test_textarea_properties() 183 TEST_ASSERT_EQUAL_INT(true, lv_obj_get_property(obj, LV_PROPERTY_TEXTAREA_ONE_LINE).enable); in test_textarea_properties() 206 … TEST_ASSERT_EQUAL_INT(true, lv_obj_get_property(obj, LV_PROPERTY_TEXTAREA_TEXT_SELECTION).enable); in test_textarea_properties()
|
/lvgl-latest/src/core/ |
D | lv_obj_property.h | 93 bool enable; /**< Booleans */ member 132 bool enable; member
|
D | lv_obj_property.c | 34 …((lv_property_set_##type##_boolean_t)(prop->setter))(obj, value->arg1.field, value->arg2.enable); \ 295 HANDLE_PROPERTY_TYPE(boolean, enable); in obj_property()
|
/lvgl-latest/scripts/ |
D | cppcheck_run.sh | 3 cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-…
|
/lvgl-latest/docs/details/integration/renderers/ |
D | arm2d.rst | 30 enable Arm-2D synchronous acceleration for LVGL. 32 the macro :c:macro:`LV_USE_DRAW_ARM2D_ASYNC` to ``1`` in ``lv_conf.h`` to enable 49 **We highly recommend you enable Arm-2D acceleration for LVGL** when:
|
D | vg_lite.rst | 26 3. Set the :c:macro:`LV_VG_LITE_USE_ASSERT` configuration to enable GPU call parameter checking. 31 …bling this check will decrease runtime performance. It is recommended to enable it in Debug mode a… 50 …It is recommended to enable this configuration in scenarios where the shadow quality requirements …
|
/lvgl-latest/docs/details/debugging/ |
D | log.rst | 14 To enable logging, set :c:macro:`LV_USE_LOG` in ``lv_conf.h`` and set 34 If your system supports ``printf``, you just need to enable
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res.c | 14 #error set a default drive letter (and enable an FS driver) for the high res demo
|
/lvgl-latest/docs/details/other-components/ |
D | monkey.rst | 20 First, enable :c:macro:`LV_USE_MONKEY` in ``lv_conf.h``. 32 Finally call :cpp:expr:`lv_monkey_set_enable(monkey, true)` to enable Monkey.
|
/lvgl-latest/demos/stress/ |
D | README.md | 12 - In `lv_conf.h` enable all the widgets (`LV_USE_BTN 1`) and the animations (`LV_USE_ANIMATION 1`)
|
/lvgl-latest/docs/details/integration/framework/ |
D | arduino.rst | 44 3. Open ``lv_conf.h`` and change the first ``#if 0`` to ``#if 1`` to enable the content of the file 86 this debug information to the serial interface. To enable this feature 87 you have to edit the ``lv_conf.h`` file and enable logging in the
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_vg_context.h | 211 void nema_vg_handle_large_coords(uint8_t enable, uint8_t allow_internal_alloc);
|
D | nema_blender.h | 182 void nema_debug_overdraws(uint32_t enable);
|
D | nema_graphics.h | 236 void nema_enable_gradient(int enable); 238 void nema_enable_depth(int enable);
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 20 enable the file's content and set the :c:macro:`LV_COLOR_DEPTH` define to align with 74 It is possible to run multiple, independent instances of LVGL. To enable its
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp_fill.c | 130 .enable = 1, in _pxp_fill()
|