Searched full:light (Results 1 – 25 of 40) sorted by relevance
12
/lvgl-latest/src/themes/simple/ |
D | lv_theme_simple.c | 40 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/ |
D | lv_led.h | 60 * @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/ |
D | lv_barcode.h | 52 * 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/ |
D | style.rst | 137 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/ |
D | lv_qrcode.h | 60 * Set QR code light color. 62 * @param color light color of the QR code
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res.h | 61 … /* 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 */
|
D | lv_demo_high_res_app_smart_home.c | 426 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/ |
D | lv_i18n.c | 81 {"Light level", "مستوى الضوء"}, 126 {"Light level", "光照强度"},
|
D | en.yml | 15 Light level: ~
|
D | zh.yml | 15 Light level: 光照强度
|
D | ar.yml | 15 Light level: مستوى الضوء
|
/lvgl-latest/env_support/cmsis-pack/ |
D | LVGL.lvgl.pdsc | 26 …<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/ |
D | idf_component.yml | 1 description: LVGL - Light and Versatile Graphics Library
|
D | lvgl.pc.in | 6 Description: Light and Versatile Graphics Library
|
/lvgl-latest/docs/ |
D | index.rst | 2 LVGL: Light and Versatile Graphics Library
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 17 static/NotoSansSC-Light.ttf
|
/lvgl-latest/examples/widgets/table/ |
D | lv_example_table_2.c | 60 * A very light-weighted list created from table
|
/lvgl-latest/docs/_static/css/ |
D | custom.css | 156 * function names. It is too dark for DARK mode, and nearly black in LIGHT mode so it is
|
/lvgl-latest/env_support/qnx/ |
D | common.mk | 7 PINFO DESCRIPTION = Light and Versatile Graphics Library
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_6.c | 16 * Change between light and dark mode
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 229 slider_create(right_cont, _("Light level")); in right_cont_create()
|
/lvgl-latest/docs/details/widgets/ |
D | image.rst | 56 specified in the style. It enables the use of light-weight monochrome
|
/lvgl-latest/docs/details/other-components/ |
D | xml.rst | 79 In light of the above, only components can be loaded from XML.
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 7 LVGL (Light and Versatile Graphics Library) is a free and open-source graphics
|
D | introduction.rst | 7 LVGL (Light and Versatile Graphics Library) is a free and open-source graphics
|
12