Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 31) sorted by relevance

12

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_top_margin.c121 lv_obj_t * settings = create_settings(lv_layer_sys(), c); in lv_demo_high_res_top_margin_create() local
122 lv_obj_bind_flag_if_eq(settings, &c->top_margin_setting_subject, LV_OBJ_FLAG_HIDDEN, 0); in lv_demo_high_res_top_margin_create()
123 lv_obj_add_event_cb(settings_icon, delete_modal_cb, LV_EVENT_DELETE, settings); in lv_demo_high_res_top_margin_create()
128 lv_obj_align_to(settings, settings_icon, LV_ALIGN_OUT_BOTTOM_RIGHT, 0, 0); in lv_demo_high_res_top_margin_create()
218 lv_obj_t * settings = lv_obj_create(parent); in create_wifi() local
219 lv_obj_remove_style_all(settings); in create_wifi()
220 lv_obj_add_flag(settings, LV_OBJ_FLAG_FLOATING); in create_wifi()
221 lv_obj_set_style_bg_opa(settings, LV_OPA_COVER, 0); in create_wifi()
222 lv_obj_set_style_radius(settings, c->sz->gap[3], 0); in create_wifi()
223 lv_obj_set_size(settings, c->sz->settings_panel_width, LV_SIZE_CONTENT); in create_wifi()
[all …]
/lvgl-latest/src/libs/lodepng/
Dlodepng.h348 void lodepng_decompress_settings_init(LodePNGDecompressSettings * settings);
381 void lodepng_compress_settings_init(LodePNGCompressSettings * settings);
768 void lodepng_decoder_settings_init(LodePNGDecoderSettings * settings);
859 void lodepng_encoder_settings_init(LodePNGEncoderSettings * settings);
1032 const LodePNGDecompressSettings * settings);
1042 const LodePNGDecompressSettings * settings);
1055 const LodePNGCompressSettings * settings);
1067 const LodePNGCompressSettings * settings);
1159 … const LodePNGDecompressSettings & settings = lodepng_default_decompress_settings);
1163 … const LodePNGDecompressSettings & settings = lodepng_default_decompress_settings);
[all …]
Dlodepng.c1427 const LodePNGDecompressSettings * settings) in inflateNoCompression() argument
1444 if(!settings->ignore_nlen && LEN + NLEN != 65535) { in inflateNoCompression()
1466 const LodePNGDecompressSettings * settings) in lodepng_inflatev() argument
1482 else if(BTYPE == 0) error = inflateNoCompression(out, &reader, settings); /*no compression*/ in lodepng_inflatev()
1483 …else error = inflateHuffmanBlock(out, &reader, BTYPE, settings->max_output_size); /*compression, B… in lodepng_inflatev()
1484 … if(!error && settings->max_output_size && out->size > settings->max_output_size) error = 109; in lodepng_inflatev()
1493 const LodePNGDecompressSettings * settings) in lodepng_inflate() argument
1496 unsigned error = lodepng_inflatev(&v, in, insize, settings); in lodepng_inflate()
1503 const LodePNGDecompressSettings * settings) in inflatev() argument
1505 if(settings->custom_inflate) { in inflatev()
[all …]
/lvgl-latest/docs/_ext/
Dlv_example.py36 env = self.state.document.settings.env
66 env = self.state.document.settings.env
Dlink_roles.py38 env = self.document.settings.env
/lvgl-latest/.devcontainer/
Dsetup.sh15 cp __settings.json__ ../../.vscode/settings.json
/lvgl-latest/docs/details/widgets/
Dbutton.rst11 They are useful for semantic purposes and have slightly different default settings.
Darc.rst103 In other words, the angle and value settings are independent. You should
/lvgl-latest/demos/
DREADME.md45 /* Demonstrate scroll settings */
146 A demo to measure the performance of LVGL or to compare different settings.
/lvgl-latest/docs/details/integration/framework/
Darduino.rst88 section ``log settings``:
92 /* Log settings */
/lvgl-latest/docs/details/integration/chip/
Dalif.rst137 A ``settings.json`` will open. Note: if using a Docker container,
139 ``.vscode/settings.json``.
144 If your ``settings.json`` looks like this initially...
Drenesas.rst211 ``src/lv_conf.h`` contains the most important settings for LVGL. Namely:
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst19 - *Configuration Data:* Defines machine-specific settings, policy
99 which contains common settings for any application that is built with
/lvgl-latest/docs/details/integration/driver/display/
Dili9341.rst59 * @param flags default configuration settings (mirror, RGB ordering, etc.)
Dst7735.rst61 * @param flags default configuration settings (mirror, RGB ordering, etc.)
Dst7789.rst60 * @param flags default configuration settings (mirror, RGB ordering, etc.)
Dst7796.rst61 * @param flags default configuration settings (mirror, RGB ordering, etc.)
Dgen_mipi.rst173 default settings do not work for you. In particular, the generic MIPI driver accepts the following …
189 of the panel provides some example code with recommended register settings.
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconfiguration.rst51 from ``lv_conf.h`` or build settings (``-D...``) override the values
/lvgl-latest/docs/details/other-components/
Dgridnav.rst50 - :cpp:enumerator:`LV_GRIDNAV_CTRL_NONE`: Default settings
/lvgl-latest/docs/details/base-widget/
Dcoord.rst315 The size settings support a special value: :c:macro:`LV_SIZE_CONTENT`. It means
540 width, and height settings.
544 For further settings of the parent and children see the documentation of
/lvgl-latest/docs/details/integration/boards/
Dtoradex.rst163 maintenance of applications, especially in industrial and IoT settings.
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst69 Besides settings the sizes in pixels, you can use two special
/lvgl-latest/docs/
DROADMAP.rst72 - |check| Scroll anim settings should come from styles to allow customization
/lvgl-latest/docs/details/libs/
Drlottie.rst262 LVGL component settings.

12