/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_main.c | 31 static view_t view; variable 43 view_create(lv_screen_active(), &view); in lv_demo_flex_layout() 44 ctrl_pad_attach(&view); in lv_demo_flex_layout()
|
D | lv_demo_flex_layout_main.h | 40 lv_obj_t * view; member
|
D | lv_demo_flex_layout_view_ctrl_pad.c | 70 ui->ctrl_pad.tab.view = tv; in view_ctrl_pad_create()
|
/lvgl-latest/docs/details/other-components/ |
D | fragment.rst | 14 or another fragment. The fragment's view hierarchy becomes part of, or 15 attaches to, the host's view hierarchy. 49 /* Create view objects */
|
D | xml.rst | 24 - XML helps to separate the view from the logic. 99 <view extends="lv_button" width="#size" styles="blue red:pressed"> 101 </view> 110 - ``<view>``: Describes how the component looks. Can reference constants, parameters, and styles. 162 (see ``<view extends="...">``) when a widget or component is created. 173 <view extends="lv_label"/> 183 <view extends="lv_button" style_radius="0" style_bg_color="0xff0000"> 185 </view>
|
D | gridnav.rst | 34 If the container is scrollable and the focused child is out of the view, 35 gridnav will automatically scroll the child into view.
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_parser.h | 43 lv_obj_t * view; /*Pointer to the created view during component creation*/ member
|
D | lv_xml.c | 118 state.item = state.view; in lv_xml_create_from_ctx() 127 return state.view; in lv_xml_create_from_ctx() 367 state->view = item; in view_start_element_handler()
|
/lvgl-latest/examples/others/observer/ |
D | index.rst | 20 Custom tab view with state management
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 266 lv_svg_render_viewport_t * view = (lv_svg_render_viewport_t *)obj; in _set_viewport_attr() local 269 view->width = attr->value.fval; in _set_viewport_attr() 272 view->height = attr->value.fval; in _set_viewport_attr() 282 if(view->width > 0 && vals[2] > 0) { in _set_viewport_attr() 283 scale_x = view->width / vals[2]; in _set_viewport_attr() 285 if(view->height > 0 && vals[3] > 0) { in _set_viewport_attr() 286 scale_y = view->height / vals[3]; in _set_viewport_attr() 298 view->viewport_fill = true; in _set_viewport_attr() 301 view->viewport_fill = false; in _set_viewport_attr() 1060 lv_svg_render_viewport_t * view = (lv_svg_render_viewport_t *)obj; in _init_viewport() local [all …]
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 224 bring the child Widget with focus into view. The scrolling happens recursively 226 Widget will be scrolled into view even if it is on a different page of a 261 - :cpp:expr:`lv_obj_get_scroll_x(widget)` Pixels scrolled past left edge of Widget's view wind… 262 - :cpp:expr:`lv_obj_get_scroll_y(widget)` Pixels scrolled past top of Widget's view window. 264 - :cpp:expr:`lv_obj_get_scroll_bottom(widget)` Pixels scrolled past bottom of Widget's view window. 266 - :cpp:expr:`lv_obj_get_scroll_right(widget)` Pixels scrolled past right edge of Widget's view win…
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 30 2. Use your app's font picker to view the font family and all the
|
/lvgl-latest/docs/details/integration/chip/ |
D | alif.rst | 179 Get to the "Manage Solution" view from the CMSIS Solution extension. You can reach 181 on the left and clicking the gear at the top of that view. When it's open, it's a 220 In the "Manage Solution" view explained in the guide, there is an option to select either
|
D | stm32.rst | 15 LVGL folder that you copied (you may need to refresh the view first
|
/lvgl-latest/docs/details/widgets/ |
D | menu.rst | 50 …rator:`LV_MENU_HEADER_TOP_UNFIXED` Header is positioned at the top and can be scrolled out of view.
|
D | chart.rst | 317 to be scrollable in its parent --- the parent container provides the scrollable "view
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | lcd_stm32_guide.rst | 63 #. In the Pinout view configure PA5 as SPI1_SCK, PA7 as SPI1_MOSI (right click the pin and select t… 75 #. Select System Core/GPIO category. In the Pinout view configure additional pins for chip select, …
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | grid.rst | 135 from the grid's point of view.
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 175 - Functional programming support, pure view?
|
D | CHANGELOG.rst | 267 - **fix(docs): fix Lottie document cannot view examples (#6338)** `6342 <https://github.com/lvgl/lv…
|
D | Doxyfile | 421 # the optimal cache size from a speed point of view. 1328 # the table of contents of the HTML help documentation and to the tree view.
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 204 or view it on GitHub, e.g.
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 652 …d once for each invalidated area. Therefore, tiling is not visible from the flushing point of view.
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …trava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f2…
|