Searched refs:plus (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_thermostat.c | 297 lv_obj_t * plus = lv_image_create(temperature_box); in create_widget2_value() local 298 lv_image_set_inner_align(plus, LV_IMAGE_ALIGN_CENTER); in create_widget2_value() 299 lv_obj_set_size(plus, c->sz->icon[ICON_MD], c->sz->icon[ICON_MD]); in create_widget2_value() 300 lv_obj_set_style_bg_color(plus, lv_color_white(), 0); in create_widget2_value() 301 lv_obj_set_style_bg_opa(plus, LV_OPA_COVER, 0); in create_widget2_value() 302 lv_obj_set_style_radius(plus, LV_COORD_MAX, 0); in create_widget2_value() 303 lv_obj_add_flag(plus, LV_OBJ_FLAG_CLICKABLE); in create_widget2_value() 304 lv_obj_add_event_cb(plus, widget2_temperature_button_clicked_cb, LV_EVENT_CLICKED, NULL); in create_widget2_value() 305 lv_image_set_src(plus, c->imgs[IMG_PLUS]); in create_widget2_value()
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | getting_lvgl.rst | 15 the ``src`` directory, plus ``lvgl/lvgl.h``, and ``lvgl/lv_version.h``.
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | diyfp.h | 122 void NormalizedBoundaries(DiyFp* minus, DiyFp* plus) const { in NormalizedBoundaries() 127 *plus = pl; in NormalizedBoundaries()
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{con…
|
/lvgl-latest/docs/details/widgets/ |
D | buttonmatrix.rst | 15 bytes a normal :ref:`Button <lv_button>` Widget plus the 100 or so bytes
|
/lvgl-latest/docs/details/integration/boards/ |
D | toradex.rst | 136 verdin-arm-family/nxp-imx-8m-plus>`_
|
/lvgl-latest/docs/details/other-components/ |
D | obj_id.rst | 164 specified Widget (that Widget plus all its children recursively) using the
|
D | obj_property.rst | 34 A Widget's properties are the combined set of :ref:`styles` plus additional properties
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 21 - x=0; y=0 coordinate means the top-left corner of the parent plus the left/top padding plus border…
|
/lvgl-latest/docs/details/main-components/ |
D | fs.rst | 45 identifier character plus a colon (':').
|
D | font.rst | 127 - :c:macro:`LV_FONT_SIMSUN_16_CJK`: 16 px font with normal range plus 1000 of the most common CJK …
|