Home
last modified time | relevance | path

Searched refs:LV_DPI_DEF (Results 1 – 25 of 29) sorted by relevance

12

/lvgl-latest/src/widgets/
Dlv_objx_templ.c45 .width_def = LV_DPI_DEF,
46 .height_def = LV_DPI_DEF,
Dlv_switch.c58 .width_def = (4 * LV_DPI_DEF) / 10,
59 .height_def = (4 * LV_DPI_DEF) / 17,
Dlv_bar.c64 .width_def = LV_DPI_DEF * 2,
65 .height_def = LV_DPI_DEF / 10,
Dlv_btnmatrix.c25 #define BTN_EXTRA_CLICK_AREA_MAX (LV_DPI_DEF / 10)
65 .width_def = LV_DPI_DEF * 2,
66 .height_def = LV_DPI_DEF,
Dlv_table.c306 table->col_w[col] = LV_DPI_DEF; in lv_table_set_col_cnt()
515 table->col_w[0] = LV_DPI_DEF; in lv_table_constructor()
516 table->row_h[0] = LV_DPI_DEF; in lv_table_constructor()
Dlv_textarea.c72 .width_def = LV_DPI_DEF * 2,
73 .height_def = LV_DPI_DEF,
Dlv_roller.c52 .height_def = LV_DPI_DEF,
Dlv_arc.c409 lv_obj_set_ext_click_area(obj, LV_DPI_DEF / 10); in lv_arc_constructor()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c21 #define OBJ_SIZE_MIN (LV_MAX(LV_DPI_DEF / 20, 5))
23 #define RADIUS LV_MAX(LV_DPI_DEF / 15, 2)
24 #define BORDER_WIDTH LV_MAX(LV_DPI_DEF / 40, 1)
25 #define SHADOW_WIDTH_SMALL LV_MAX(LV_DPI_DEF / 15, 5)
26 #define SHADOW_OFS_X_SMALL LV_MAX(LV_DPI_DEF / 20, 2)
27 #define SHADOW_OFS_Y_SMALL LV_MAX(LV_DPI_DEF / 20, 2)
28 #define SHADOW_SPREAD_SMALL LV_MAX(LV_DPI_DEF / 30, 2)
29 #define SHADOW_WIDTH_LARGE LV_MAX(LV_DPI_DEF / 5, 10)
30 #define SHADOW_OFS_X_LARGE LV_MAX(LV_DPI_DEF / 10, 5)
31 #define SHADOW_OFS_Y_LARGE LV_MAX(LV_DPI_DEF / 10, 5)
[all …]
/lvgl-latest/src/extra/widgets/list/
Dlv_list.c32 .width_def = (LV_DPI_DEF * 3) / 2,
33 .height_def = LV_DPI_DEF * 2
/lvgl-latest/tests/src/test_cases/
Dtest_config.c10 TEST_ASSERT_EQUAL(130, LV_DPI_DEF); in test_config()
/lvgl-latest/src/extra/widgets/msgbox/
Dlv_msgbox.c34 .width_def = LV_DPI_DEF * 2,
132 lv_coord_t btn_h = lv_font_get_line_height(font) + LV_DPI_DEF / 10; in lv_msgbox_create()
133 lv_obj_set_size(mbox->btns, btn_cnt * (2 * LV_DPI_DEF / 3), btn_h); in lv_msgbox_create()
/lvgl-latest/src/extra/widgets/led/
Dlv_led.c35 .width_def = LV_DPI_DEF / 5,
36 .height_def = LV_DPI_DEF / 5,
/lvgl-latest/src/extra/widgets/colorwheel/
Dlv_colorwheel.c57 .width_def = LV_DPI_DEF * 2,
58 .height_def = LV_DPI_DEF * 2,
478 if(r_in > LV_DPI_DEF / 2) { in lv_colorwheel_event()
482 if(r_in < LV_DPI_DEF / 2) r_in = LV_DPI_DEF / 2; in lv_colorwheel_event()
/lvgl-latest/src/extra/widgets/calendar/
Dlv_calendar_header_arrow.c39 .height_def = LV_DPI_DEF / 3
Dlv_calendar.c43 .width_def = (LV_DPI_DEF * 3) / 2,
44 .height_def = (LV_DPI_DEF * 3) / 2,
/lvgl-latest/src/
Dlv_conf_internal.h263 #ifndef LV_DPI_DEF
265 #define LV_DPI_DEF CONFIG_LV_DPI_DEF macro
267 #define LV_DPI_DEF 130 /*[px/inch]*/ macro
2510 LV_EXPORT_CONST_INT(LV_DPI_DEF);
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h106 #define LV_DPI_DEF 130 /*[px/inch]*/ macro
/lvgl-latest/
Dlv_conf_template.h99 #define LV_DPI_DEF 130 /*[px/inch]*/
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c71 tv = lv_tabview_create(lv_scr_act(), LV_DIR_TOP, LV_DPI_DEF / 3); in lv_demo_keypad_encoder()
/lvgl-latest/src/hal/
Dlv_hal_disp.c96 driver->dpi = LV_DPI_DEF; in lv_disp_drv_init()
511 if(disp == NULL) return LV_DPI_DEF; /*Do not return 0 because it might be a divider*/ in lv_disp_get_dpi()
/lvgl-latest/src/extra/widgets/menu/
Dlv_menu.c42 .width_def = (LV_DPI_DEF * 3) / 2,
43 .height_def = LV_DPI_DEF * 2,
/lvgl-latest/src/extra/widgets/spinbox/
Dlv_spinbox.c37 .width_def = LV_DPI_DEF,
/lvgl-latest/src/core/
Dlv_obj.c77 .width_def = LV_DPI_DEF,
78 .height_def = LV_DPI_DEF,
/lvgl-latest/src/extra/widgets/meter/
Dlv_meter.c486 p_outer.x = p_center.x + r_out + LV_MAX(LV_DPI_DEF, r_out); in draw_ticks_and_labels()

12