Home
last modified time | relevance | path

Searched refs:white (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.6.0/src/extra/themes/basic/
Dlv_theme_basic.c32 lv_style_t white; member
84 style_init_reset(&styles->white); in style_init()
85 lv_style_set_bg_opa(&styles->white, LV_OPA_COVER); in style_init()
86 lv_style_set_bg_color(&styles->white, COLOR_WHITE); in style_init()
87 lv_style_set_line_width(&styles->white, 1); in style_init()
88 lv_style_set_line_color(&styles->white, COLOR_WHITE); in style_init()
89 lv_style_set_arc_width(&styles->white, 2); in style_init()
90 lv_style_set_arc_color(&styles->white, COLOR_WHITE); in style_init()
212 lv_obj_add_style(obj, &styles->white, 0); in theme_apply()
235 lv_obj_add_style(obj, &styles->white, 0); in theme_apply()
[all …]
/lvgl-3.6.0/docs/_static/css/
Dcustom.css69 white-space: normal;
103 color: white;
107 color: white;
112 color: white;
/lvgl-3.6.0/docs/overview/
Dcolor.md72 // Lighten a color. 0: no change, 255: white
78 // Lighten or darken a color. 0: black, 128: no change 255: white
Dstyle.md44 - `LV_STATE_DEFAULT`: white
48 …e, so it's a simple case: the property is perfectly defined in the object's current state as white.
49 2. When the object is pressed there are 2 related properties: default with white (default is relate…
55 … color for this state. So for lack of a better option, the object remains white from the default s…
/lvgl-3.6.0/docs/
DCODING_STYLE.md61 Here is example to show bracket placing and using of white spaces: