/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_top_margin.c | 121 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/ |
D | lodepng.h | 348 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 …]
|
D | lodepng.c | 1427 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/ |
D | lv_example.py | 36 env = self.state.document.settings.env 66 env = self.state.document.settings.env
|
D | link_roles.py | 38 env = self.document.settings.env
|
/lvgl-latest/.devcontainer/ |
D | setup.sh | 15 cp __settings.json__ ../../.vscode/settings.json
|
/lvgl-latest/docs/details/widgets/ |
D | button.rst | 11 They are useful for semantic purposes and have slightly different default settings.
|
D | arc.rst | 103 In other words, the angle and value settings are independent. You should
|
/lvgl-latest/demos/ |
D | README.md | 45 /* Demonstrate scroll settings */ 146 A demo to measure the performance of LVGL or to compare different settings.
|
/lvgl-latest/docs/details/integration/framework/ |
D | arduino.rst | 88 section ``log settings``: 92 /* Log settings */
|
/lvgl-latest/docs/details/integration/chip/ |
D | alif.rst | 137 A ``settings.json`` will open. Note: if using a Docker container, 139 ``.vscode/settings.json``. 144 If your ``settings.json`` looks like this initially...
|
D | renesas.rst | 211 ``src/lv_conf.h`` contains the most important settings for LVGL. Namely:
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 19 - *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/ |
D | ili9341.rst | 59 * @param flags default configuration settings (mirror, RGB ordering, etc.)
|
D | st7735.rst | 61 * @param flags default configuration settings (mirror, RGB ordering, etc.)
|
D | st7789.rst | 60 * @param flags default configuration settings (mirror, RGB ordering, etc.)
|
D | st7796.rst | 61 * @param flags default configuration settings (mirror, RGB ordering, etc.)
|
D | gen_mipi.rst | 173 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/ |
D | configuration.rst | 51 from ``lv_conf.h`` or build settings (``-D...``) override the values
|
/lvgl-latest/docs/details/other-components/ |
D | gridnav.rst | 50 - :cpp:enumerator:`LV_GRIDNAV_CTRL_NONE`: Default settings
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 315 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/ |
D | toradex.rst | 163 maintenance of applications, especially in industrial and IoT settings.
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | grid.rst | 69 Besides settings the sizes in pixels, you can use two special
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 72 - |check| Scroll anim settings should come from styles to allow customization
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 262 LVGL component settings.
|