Searched refs:light (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.6.0/src/extra/themes/basic/ |
D | lv_theme_basic.c | 33 lv_style_t light; member 92 style_init_reset(&styles->light); in style_init() 93 lv_style_set_bg_opa(&styles->light, LV_OPA_COVER); in style_init() 94 lv_style_set_bg_color(&styles->light, COLOR_LIGHT); in style_init() 95 lv_style_set_line_width(&styles->light, 1); in style_init() 96 lv_style_set_line_color(&styles->light, COLOR_LIGHT); in style_init() 97 lv_style_set_arc_width(&styles->light, 2); in style_init() 98 lv_style_set_arc_color(&styles->light, COLOR_LIGHT); in style_init() 202 lv_obj_add_style(obj, &styles->light, 0); in theme_apply() 207 lv_obj_add_style(obj, &styles->light, 0); in theme_apply() [all …]
|
/lvgl-3.6.0/docs/overview/ |
D | color.md | 132 c1.full = lv_color_to1(c); /*Return 1 for light colors, 0 for dark colors*/
|
D | style.md | 75 - the basic button style defines dark-gray color for the default state and light-gray color for the… 79 …tton is pressed the light-gray color is a better match because it describes the current state perf…
|
/lvgl-3.6.0/docs/widgets/core/ |
D | img.md | 31 …ext according to the *font* specified in the style. It enables to use of light-weight monochrome …
|
/lvgl-3.6.0/src/extra/themes/default/ |
D | lv_theme_default.c | 155 uint8_t light : 1; member
|
/lvgl-3.6.0/ |
D | Kconfig | 887 bool "Yes to set dark mode, No to set light mode"
|
/lvgl-3.6.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …n:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f…
|
/lvgl-3.6.0/docs/ |
D | CHANGELOG.md | 2045 - *value* display a text which is stored in the style. It can be used e.g. as a light-weighted text…
|