Home
last modified time | relevance | path

Searched refs:light (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.6.0/src/extra/themes/basic/
Dlv_theme_basic.c33 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/
Dcolor.md132 c1.full = lv_color_to1(c); /*Return 1 for light colors, 0 for dark colors*/
Dstyle.md75 - 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/
Dimg.md31 …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/
Dlv_theme_default.c155 uint8_t light : 1; member
/lvgl-3.6.0/
DKconfig887 bool "Yes to set dark mode, No to set light mode"
/lvgl-3.6.0/docs/_static/css/
Dfontawesome.min.css5 …n:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f…
/lvgl-3.6.0/docs/
DCHANGELOG.md2045 - *value* display a text which is stored in the style. It can be used e.g. as a light-weighted text…