Searched refs:height (Results 101 – 125 of 227) sorted by relevance
12345678910
/Zephyr-latest/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdeh0154a07.overlay | 27 height = <200>;
|
D | waveshare_epaper_gdew075t7.overlay | 28 height = <480>;
|
D | waveshare_epaper_gdey0213b74.overlay | 27 height = <122>;
|
D | waveshare_epaper_gdeh0213b72.overlay | 27 height = <120>;
|
D | waveshare_epaper_gdeh029a1.overlay | 27 height = <128>;
|
D | waveshare_epaper_gdeh0213b1.overlay | 27 height = <120>;
|
D | waveshare_epaper_gdew042t2-p.overlay | 32 height = <300>;
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/ |
D | Kconfig | 15 int "Define the height of the video"
|
/Zephyr-latest/drivers/video/ |
D | ov7670.c | 188 #define OV7670_VIDEO_FORMAT_CAP(width, height, format) \ argument 191 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \ 377 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in ov7670_set_fmt() 534 fmt.height = 480; in ov7670_init()
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | draw_line.c | 20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height); 28 .height = display_height, in cfb_test_before()
|
D | draw_point.c | 20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height); 28 .height = display_height, in cfb_test_before()
|
D | draw_rect.c | 20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height); 28 .height = display_height, in cfb_test_before()
|
/Zephyr-latest/drivers/display/ |
D | display_ili9806e_dsi.h | 22 #define LCD_VACTIVE_LINE DT_PROP(DT_NODELABEL(zephyr_lcdif), height)
|
D | Kconfig.mcux_elcdif | 67 and height (without rotation applied). Note that the width and 68 height settings of the screen in devicetree should not be modified 105 and height (without flip applied). Note that the width and 106 height settings of the screen in devicetree should not be modified
|
D | display_ili9806e_dsi.c | 27 uint16_t height; member 342 capabilities->y_resolution = cfg->height; in ili9806e_get_capabilities() 413 mdev.timings.vactive = cfg->height; in ili9806e_init() 448 .height = DT_INST_PROP(n, height), \
|
D | display_renesas_lcdc.c | 458 capabilities->y_resolution = DT_INST_PROP(0, height); in display_smartbond_get_capabilities() 491 for (int row = 0; row < desc->height; row++) { in display_smartbond_read() 560 for (int row = 0; row < desc->height; row++) { in display_smartbond_write() 632 DT_INST_PROP(inst, height)] DISPLAY_BUFFER_LINKER_SECTION; \ 651 .y_res = DT_INST_PROP(inst, height), \ 669 .layer.size_y = DT_INST_PROP(inst, height), \
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_display_24bit.c | 24 flush.desc.height = h; in lvgl_flush_cb_24bit()
|
/Zephyr-latest/doc/connectivity/bluetooth/img/ |
D | att_timeout.svg | 1 …height="300.077684621"><desc>participant%20App%0Aparticipant%20Host%0Aparticipant%20Peer%0A%0AApp%…
|
/Zephyr-latest/samples/drivers/video/tcpserversink/ |
D | README.rst | 57 ! videoparse format=rgb16 width=480 height=272 \ 62 For video software generator, the default resolution should be width=320 and height=160.
|
/Zephyr-latest/arch/x86/core/ |
D | common.S | 79 .long DT_PROP(DT_INST(0, intel_multiboot_framebuffer), height) /* height */
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/src/ |
D | main.c | 25 #define HEIGHT (DT_PROP(DT_CHOSEN(zephyr_display), height)) 37 .buf_size = BUFFER_SIZE, .pitch = CROSS_DIM, .width = CROSS_DIM, .height = CROSS_DIM};
|
/Zephyr-latest/boards/shields/rk043fn02h_ct/ |
D | rk043fn02h_ct.overlay | 33 height = <272>;
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/ |
D | rk043fn66hs_ctg.overlay | 34 height = <272>;
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | check_test_pattern.h | 121 for (int h = 0; h < fmt.height; h++) { in is_colorbar_ok() 145 average_lab(&colorbars[i], PIXELS_NUM * fmt.height); in is_colorbar_ok()
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/ |
D | da1469x_dk_pro_mipi_dbi.overlay | 54 height = <320>;
|
12345678910