Home
last modified time | relevance | path

Searched refs:px (Results 1 – 23 of 23) sorted by relevance

/lvgl-latest/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 …]
Dfont.md32 - `LV_FONT_MONTSERRAT_12` 12 px font
33 - `LV_FONT_MONTSERRAT_14` 14 px font
34 - `LV_FONT_MONTSERRAT_16` 16 px font
35 - `LV_FONT_MONTSERRAT_18` 18 px font
36 - `LV_FONT_MONTSERRAT_20` 20 px font
37 - `LV_FONT_MONTSERRAT_22` 22 px font
38 - `LV_FONT_MONTSERRAT_24` 24 px font
39 - `LV_FONT_MONTSERRAT_26` 26 px font
40 - `LV_FONT_MONTSERRAT_28` 28 px font
41 - `LV_FONT_MONTSERRAT_30` 30 px font
[all …]
Dscroll.md168 …t has 10 rows each with 50 px height. So the total height of the content is 500 px. In other words…
169 If the user sets only 200 px height for the table LVGL will see that the self size is larger and ma…
Dcoords.md192 …different position or size depending on state. E.g. 100 px wide in `LV_STATE_DEFAULT` but 120 px i…
265 The transformed width and height are added on both sides of the object. This means a 10 px transfor…
289 lv_obj_add_style(obj, &style_max_height, LV_STATE_DEFAULT); //Limit the height to 200 px
Danimation.md99 …conds. For example, in the case of `lv_obj_set_x` *unit* is pixels so *20* means *20 px/sec* speed.
/lvgl-latest/src/draw/
Dlv_img_buf.c49 uint32_t px = dsc->header.w * y * px_size + x * px_size; in lv_img_buf_get_px_color() local
50 lv_memcpy_small(&p_color, &buf_u8[px], sizeof(lv_color_t)); in lv_img_buf_get_px_color()
63 uint32_t px = ((dsc->header.w + 7) >> 3) * y + x; in lv_img_buf_get_px_color() local
64 p_color.full = (buf_u8[px] & (1 << (7 - bit))) >> (7 - bit); in lv_img_buf_get_px_color()
74 uint32_t px = ((dsc->header.w + 3) >> 2) * y + x; in lv_img_buf_get_px_color() local
75 p_color.full = (buf_u8[px] & (3 << (6 - bit))) >> (6 - bit); in lv_img_buf_get_px_color()
85 uint32_t px = ((dsc->header.w + 1) >> 1) * y + x; in lv_img_buf_get_px_color() local
86 p_color.full = (buf_u8[px] & (0xF << (4 - bit))) >> (4 - bit); in lv_img_buf_get_px_color()
90 uint32_t px = dsc->header.w * y + x; in lv_img_buf_get_px_color() local
91 p_color.full = buf_u8[px]; in lv_img_buf_get_px_color()
[all …]
/lvgl-latest/docs/_static/css/
Dcustom.css2 border: 1px solid #bbb;
3 padding: 10px;
11 padding-right:8px;
16 padding-right:0px;
22 /*margin-left:8px;*/
46 margin-bottom: 8px;
64 transform: translate(0, -10px);
77 width: 320px;
78 height: 240px;
91 padding-bottom: 16px;
[all …]
Dfontawesome.min.css5px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"…
/lvgl-latest/src/extra/libs/qrcode/
Dlv_qrcode.c151 uint32_t px = row_byte_cnt * y + (x >> 3); in lv_qrcode_update() local
152 buf_u8[px] = b; in lv_qrcode_update()
164 uint32_t px = row_byte_cnt * y + (x >> 3); in lv_qrcode_update() local
165 buf_u8[px] = b; in lv_qrcode_update()
/lvgl-latest/demos/
DREADME.md60 …com/lvgl/lvgl/tree/master/demos/widgets/screenshot1.png?raw=true" width=600px alt="Basic demo to s…
75 …b.com/lvgl/lvgl/tree/master/demos/music/screenshot1.gif?raw=true" width=600px alt="Music player de…
83 …l/lvgl/tree/master/demos/keypad_encoder/screenshot1.png?raw=true" width=600px alt="Keypad and enco…
88 …m/lvgl/lvgl/tree/master/demos/benchmark/screenshot1.png?raw=true" width=600px alt="Benchmark demo …
93 ….com/lvgl/lvgl/tree/master/demos/stress/screenshot1.png?raw=true" width=600px alt="Stress test for…
/lvgl-latest/docs/layouts/
Dflex.md62 For example, there is 400 px remaining space and 4 objects with grow:
67 `A` and `B` will have 100 px size, and `C` will have 200 px size.
Dgrid.md31 static lv_coord_t row_dsc[] = {100, 100, 100, LV_GRID_TEMPLATE_LAST}; /*3 100 px tall rows*/
/lvgl-latest/docs/
Dindex.md12 <div style="margin-bottom:48px">
DCHANGELOG.md1845 - Add 10px and 8ox built in fonts
1854 - Fix drawing images with 1 px height or width
1936 - Use 14px font by default to for better compatibility with smaller displays
2088 …//fonts.google.com/specimen/Montserrat) and add built-in fonts from 12 px to 48 px for every 2nd s…
/lvgl-latest/src/misc/
Dlv_area.c596 lv_coord_t px = p->x - cx; in lv_point_within_circle() local
600 uint32_t dist = (px * px) + (py * py); in lv_point_within_circle()
/lvgl-latest/src/hal/
Dlv_hal_disp.h123 void (*monitor_cb)(struct _lv_disp_drv_t * disp_drv, uint32_t time, uint32_t px);
/lvgl-latest/docs/porting/
Ddisplay.md102 - `rounder_cb` Round the coordinates of areas to redraw. E.g. a 2x2 px can be converted to 2x8.
103 …controller can refresh only areas with specific height or width (usually 8 px height with monochro…
179 void my_monitor_cb(lv_disp_drv_t * disp_drv, uint32_t time, uint32_t px)
181 printf("%d px refreshed in %d ms\n", time, ms);
/lvgl-latest/src/widgets/
Dlv_canvas.c151 uint32_t px = canvas->dsc.header.w * y * px_size + x * px_size; in lv_canvas_copy_buf() local
155 lv_memcpy((void *)&canvas->dsc.data[px], to_copy8, w * px_size); in lv_canvas_copy_buf()
156 px += canvas->dsc.header.w * px_size; in lv_canvas_copy_buf()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c91 static void monitor_cb(lv_disp_drv_t * drv, uint32_t time, uint32_t px);
757 static void monitor_cb(lv_disp_drv_t * drv, uint32_t time, uint32_t px) in monitor_cb() argument
760 LV_UNUSED(px); in monitor_cb()
/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h5044 float px = x0 - sx, py = y0 - sy; local
5047 float t = -(px * dx + py * dy) / (dx * dx + dy * dy);
5066 float px, py, t, it, dist2; local
5101 px = it * it * x0 + 2 * t * it * x1 + t * t * x2;
5103 dist2 = (px - sx) * (px - sx) + (py - sy) * (py - sy);
5109 px = it * it * x0 + 2 * t * it * x1 + t * t * x2;
5111 dist2 = (px - sx) * (px - sx) + (py - sy) * (py - sy);
5117 px = it * it * x0 + 2 * t * it * x1 + t * t * x2;
5119 dist2 = (px - sx) * (px - sx) + (py - sy) * (py - sy);
/lvgl-latest/docs/widgets/
Dobj.md30 For example, this will shift the object by 10;20 px from the center of its parent:
/lvgl-latest/docs/widgets/extra/
Dchart.md109 - `draw_size` extra size required to draw the tick and labels (start with 20 px and increase if the…
/lvgl-latest/
DKconfig122 int "Default Dots Per Inch (in px)."