Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 48) sorted by relevance

12

/lvgl-3.7.0/docs/overview/
Dstyle-props.md9 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> Widget de…
10 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> No</li>
11 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Layout</strong> Yes</li>
12 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Ext. draw</strong> No</li>
18 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> 0</li>
19 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> No</li>
20 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Layout</strong> Yes</li>
21 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Ext. draw</strong> No</li>
27 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> LV_COORD_…
28 <li style='display:inline; margin-right: 20px; margin-left: 0px'><strong>Inherited</strong> No</li>
[all …]
Dindev.md6 - Encoders with left/right turn and push options
76 Similarly, if a [Slider](/widgets/core/slider) is focused and you press the left or right arrows, t…
91 - **LV_KEY_RIGHT** Increase value or move to the right
94 - **LV_KEY_DEL** Delete (E.g. a character on the right in a [Text area](/widgets/core/textarea))
Dfont.md110 - Create objects by default on the right
111 - `lv_tabview`: Displays tabs from right to left
112 - `lv_checkbox`: Shows the box on the right
113 - `lv_btnmatrix`: Shows buttons from right to left
114 - `lv_list`: Shows icons on the right
115 - `lv_dropdown`: Aligns options to the right
116 - `lv_bar`: Shows progress from right to left
Dscroll.md50 `pad_left/right/top/bottom` sets the spacing around the scrollbars and `width` sets the scrollbar's…
78 - `LV_DIR_RIGHT` only scroll right
110 - `LV_SCROLL_SNAP_END` Align the children to the right/bottom side of a scrolled object
161 - `lv_obj_get_scroll_right(obj)` Get the scroll coordinate from the right
Dcoords.md91 … left. If the origin is changed e.g. to bottom-right, the (0,0) position means: align to the botto…
166 Note that only children on the right and bottom sides will be considered and children on the top an…
172 lv_obj_set_content_width(obj, 50); //The actual width: padding left + 50 + padding right
/lvgl-3.7.0/docs/layouts/
Dgrid.md47 - `LV_GRID_ALIGN_END` means right on a horizontally and bottom vertically
58 - `LV_GRID_ALIGN_END` means right on a horizontally and bottom vertically
93 …ing of `LV_GRID_ALIGN_START` and `LV_GRID_ALIGN_END` is swapped. I.e. `START` will mean right-most.
95 The columns will be placed from right to left.
Dflex.md44 …te the items in their track on the main axis. E.g. flush the items to the right on `LV_FLEX_FLOW_R…
50 - `LV_FLEX_ALIGN_END` means right on a horizontally and bottom vertically
95 …LEX_ALIGN_START` and `LV_FLEX_ALIGN_END` is swapped on `ROW` layouts. I.e. `START` will mean right.
97 The items on `ROW` layouts, and tracks of `COLUMN` layouts will be placed from right to left.
/lvgl-3.7.0/docs/_static/css/
Dcustom.css11 padding-right:8px;
16 padding-right:0px;
Dfontawesome.min.css5right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-p…
/lvgl-3.7.0/docs/widgets/extra/
Dwin.md28 …ext and two other buttons will result in a button on the left, a title, and 2 buttons on the right.
29 …e all the remaining space on the header. In other words: it pushes to the right all the buttons th…
Dspinbox.md21 If an encoder is used as input device, the selected digit is shifted to the right by default whenev…
39 - `LV_KEY_LEFT/RIGHT` With *Keypad* move the cursor left/right. With *Encoder* decrement/increment …
Dimgbtn.md7 You can set a left, right and center image, and the center image will be repeated to match the widt…
Dtabview.md13 The tab buttons can be positioned on the top, bottom, left and right side of the Tab view.
/lvgl-3.7.0/src/extra/libs/sjpg/
Dtjpgd.h41 uint16_t right; /* Right end */ member
/lvgl-3.7.0/docs/others/
Dgridnav.md5 If the children are arranged into a grid-like layout then the up, down, left and right arrows move …
29 the focus goes to the object in the next/previous row (on left/right keys) or first/last row (on up…
/lvgl-3.7.0/docs/widgets/core/
Ddropdown.md25 …er, shadow properties and width (for its own width) and right padding for the spacing on the right.
64 … the drop-down list is `LV_DIR_LEFT` the symbol will be shown on the left, otherwise on the right.
Dtextarea.md12 …ext related style properties including `text_align` to align the text to the left, right or center.
40 To delete from the right use `lv_textarea_del_char_forward(textarea)`
91 - `LV_EVENT_INSERT` Sent right before a character or text is inserted.
Dswitch.md12 - `LV_PART_KNOB` A rectangle (or circle) drawn at left or right side of the indicator. Also uses al…
/lvgl-3.7.0/src/extra/libs/qrcode/
Dqrcodegen.c576 …for (int right = qrsize - 1; right >= 1; right -= 2) { // Index of right column in each column pa… in drawCodewords() local
577 if (right == 6) in drawCodewords()
578 right = 5; in drawCodewords()
581 int x = right - j; // Actual x coordinate in drawCodewords()
582 bool upward = ((right + 1) & 2) == 0; in drawCodewords()
/lvgl-3.7.0/demos/music/
DREADME.md22 - Mirror the bars to the right side of the circle
/lvgl-3.7.0/src/extra/widgets/colorwheel/
Dlv_colorwheel.c342 lv_coord_t right = lv_obj_get_style_pad_right(obj, LV_PART_KNOB); in get_knob_area() local
348 knob_area.y1 = obj->coords.y1 + colorwheel->knob.pos.y - r - right; in get_knob_area()
370 lv_coord_t right = lv_obj_get_style_pad_right(obj, LV_PART_KNOB); in lv_colorwheel_event() local
374 lv_coord_t knob_pad = LV_MAX4(left, right, top, bottom) + 2; in lv_colorwheel_event()
/lvgl-3.7.0/docs/porting/
Dindev.md22 - `LV_INDEV_TYPE_ENCODER` encoder with left/right turn and push options
81 4. Turn right
114 - `LV_KEY_RIGHT` will simulate turning encoder right
/lvgl-3.7.0/docs/get-started/bindings/
Dmicropython.md26 - Usually, GUI development requires multiple iterations to get things right. With C, each iteration…
45 Let's dive right into an example!
/lvgl-3.7.0/docs/get-started/platforms/
Despressif.md33 …cludes a `CMakeLists.txt` file that sets some configuration options so you can use LVGL right away.
/lvgl-3.7.0/docs/
DCODE_OF_CONDUCT.md29 Project maintainers have the right and responsibility to remove, edit, or reject comments, commits,…

12