Home
last modified time | relevance | path

Searched full:light (Results 1 – 25 of 40) sorted by relevance

12

/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c40 lv_style_t light; member
100 style_init_reset(&theme->styles.light); in style_init()
101 lv_style_set_bg_opa(&theme->styles.light, LV_OPA_COVER); in style_init()
102 lv_style_set_bg_color(&theme->styles.light, COLOR_LIGHT); in style_init()
103 lv_style_set_line_width(&theme->styles.light, 1); in style_init()
104 lv_style_set_line_color(&theme->styles.light, COLOR_LIGHT); in style_init()
105 lv_style_set_arc_width(&theme->styles.light, 2); in style_init()
106 lv_style_set_arc_color(&theme->styles.light, COLOR_LIGHT); in style_init()
236 lv_obj_add_style(obj, &theme->styles.light, 0); in theme_apply()
241 lv_obj_add_style(obj, &theme->styles.light, 0); in theme_apply()
[all …]
/lvgl-latest/src/widgets/led/
Dlv_led.h60 * @param bright LV_LED_BRIGHT_MIN (max. dark) ... LV_LED_BRIGHT_MAX (max. light)
65 * Light on a LED
71 * Light off a LED
85 * @return bright 0 (max. dark) ... 255 (max. light)
/lvgl-latest/src/libs/barcode/
Dlv_barcode.h52 * Set the light color of a barcode object
54 * @param color light color of the barcode
95 * Get the light color of a barcode object
97 * @return light color of the barcode
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst137 light-gray color for the pressed state
142 style (red). When the button is pressed the light-gray color is a better
144 will be light-gray.
539 … false, /* Dark theme? False = light theme. */
/lvgl-latest/src/libs/qrcode/
Dlv_qrcode.h60 * Set QR code light color.
62 * @param color light color of the QR code
/lvgl-latest/demos/high_res/
Dlv_demo_high_res.h61 … /* int: a value 0-20000 of the smart home light "temperature" slider in Kelvin */
63 … /* int: a value 0-100 of the smart home light intensity slider */
Dlv_demo_high_res_app_smart_home.c426 lv_label_set_text_static(top_label, "Main Light"); in create_widget4()
448 lv_label_set_text_static(temperature_label, "Light temperature"); in create_widget4()
/lvgl-latest/demos/ebike/translations/
Dlv_i18n.c81 {"Light level", "مستوى الضوء"},
126 {"Light level", "光照强度"},
Den.yml15 Light level: ~
Dzh.yml15 Light level: 光照强度
Dar.yml15 Light level: مستوى الضوء
/lvgl-latest/env_support/cmsis-pack/
DLVGL.lvgl.pdsc26 …<description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics librar…
129 - Add the binding for pikascript (an ultra-light-weight python VM)
372 …<description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics librar…
1241 … <description>Add the binding for PikaScript, an ultra-light-weight python VM.</description>
/lvgl-latest/
Didf_component.yml1 description: LVGL - Light and Versatile Graphics Library
Dlvgl.pc.in6 Description: Light and Versatile Graphics Library
/lvgl-latest/docs/
Dindex.rst2 LVGL: Light and Versatile Graphics Library
/lvgl-latest/tests/src/test_files/fonts/noto/
DREADME.txt17 static/NotoSansSC-Light.ttf
/lvgl-latest/examples/widgets/table/
Dlv_example_table_2.c60 * A very light-weighted list created from table
/lvgl-latest/docs/_static/css/
Dcustom.css156 * function names. It is too dark for DARK mode, and nearly black in LIGHT mode so it is
/lvgl-latest/env_support/qnx/
Dcommon.mk7 PINFO DESCRIPTION = Light and Versatile Graphics Library
/lvgl-latest/examples/others/observer/
Dlv_example_observer_6.c16 * Change between light and dark mode
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c229 slider_create(right_cont, _("Light level")); in right_cont_create()
/lvgl-latest/docs/details/widgets/
Dimage.rst56 specified in the style. It enables the use of light-weight monochrome
/lvgl-latest/docs/details/other-components/
Dxml.rst79 In light of the above, only components can be loaded from XML.
/lvgl-latest/docs/intro/
Dbasics.rst7 LVGL (Light and Versatile Graphics Library) is a free and open-source graphics
Dintroduction.rst7 LVGL (Light and Versatile Graphics Library) is a free and open-source graphics

12