Home
last modified time | relevance | path

Searched refs:height (Results 126 – 150 of 227) sorted by relevance

12345678910

/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Ddraw_text_rectspace1016.c20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height);
28 .height = display_height, in cfb_test_before()
Dprint_rectspace1016.c20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height);
28 .height = display_height, in cfb_test_before()
/Zephyr-latest/samples/drivers/video/capture/
DKconfig12 Height of the video frame. If set to 0, the default height is used.
/Zephyr-latest/boards/st/stm32f429i_disc1/
Dstm32f429i_disc1.dts79 height = <320>;
169 screen-height = <320>;
243 height = <320>;
/Zephyr-latest/samples/drivers/display/src/
Dmain.c313 buf_desc.height = h_step; in main()
330 buf_desc.height = (capabilities.y_resolution - idx); in main()
337 buf_desc.height = rect_h; in main()
/Zephyr-latest/boards/shields/g1120b0mipi/
Dg1120b0mipi.overlay54 height = <392>;
/Zephyr-latest/boards/shields/lcd_par_s035/
Dlcd_par_s035_8080.overlay43 height = <320>;
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/
Dseeed_xiao_expansion_board.overlay36 height = <64>;
/Zephyr-latest/boards/shields/st7735r/
Dst7735r_ada_160x128.overlay28 height = <128>;
/Zephyr-latest/boards/shields/st7789v_generic/
Dst7789v_tl019fqv01.overlay27 height = <170>;
Dst7789v_waveshare_240x240.overlay29 height = <240>;
/Zephyr-latest/boards/st/st25dv_mb1283_disco/
Dst25dv_mb1283_disco.dts84 height = <320>;
151 screen-height = <320>;
/Zephyr-latest/samples/boards/nordic/nrf_led_matrix/src/
Dmain.c20 .height = 5,
44 .height = 3, in update_block_3x3()
/Zephyr-latest/drivers/display/
Ddisplay_rm67162.c399 LOG_DBG("W=%d, H=%d @%d,%d", desc->width, desc->height, x, y); in rm67162_write()
424 end = y + desc->height - 1; in rm67162_write()
456 desc->height * desc->width * data->bytes_per_pixel); in rm67162_write()
459 for (h_idx = 0; h_idx < desc->height; h_idx++) { in rm67162_write()
598 .panel_height = DT_INST_PROP(id, height), \
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/
Dbuydisplay_3_5_tft_touch_arduino.overlay38 height = <480>;
/Zephyr-latest/drivers/video/
Dvideo_mcux_smartdma.c246 (fmt->height != fmts[0].height_min) || in nxp_video_sdma_set_format()
285 (fmt->height != fmts[0].height_min) || in nxp_video_sdma_get_format()
290 fmt->height = fmts[0].height_min; in nxp_video_sdma_get_format()
/Zephyr-latest/doc/_static/css/
Dcustom.css69 /* Increase the line height slightly to account for the different font */
70 line-height: 25px;
231 min-height: 100vh;
232 min-height: 100dvh;
313 /* Increase the font size and line height in code blocks */
315 line-height: 1.5;
529 height: 1em;
544 line-height: 11px;
563 line-height: 1;
573 height: 4px;
[all …]
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/
Dbuydisplay_2_8_tft_touch_arduino.overlay37 height = <320>;
/Zephyr-latest/drivers/dma/
Ddma_mcux_pxp.c156 output_buffer_cfg.height = config->dest_burst_length; in dma_mcux_pxp_configure()
160 output_buffer_cfg.height); in dma_mcux_pxp_configure()
/Zephyr-latest/subsys/fb/
Dcfb_shell.c267 uint8_t height; in cmd_set_font() local
272 err = cfb_get_font_size(dev, idx, &width, &height); in cmd_set_font()
285 shell_print(sh, "Font idx=%d height=%d widht=%d set", idx, height, in cmd_set_font()
492 SHELL_CMD_ARG(height, NULL, NULL, cmd_get_param_height, 1, 0),
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_lcdc.overlay59 height = <272>;
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_smartbond.c341 if (desc->width * desc->height * (DISPLAY_BITS_PER_PIXEL(pixfmt) / BITS_PER_BYTE) != in mipi_dbi_smartbond_write_display()
369 ret = da1469x_lcdc_timings_configure(desc->width, desc->height, in mipi_dbi_smartbond_write_display()
375 LCDC_SMARTBOND_LAYER_CONFIG(layer, framebuf, 0, 0, desc->width, desc->height, in mipi_dbi_smartbond_write_display()
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi36 height = <240>;
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay46 height = <240>;
/Zephyr-latest/boards/shields/seeed_xiao_round_display/
Dseeed_xiao_round_display.overlay47 height = <240>;

12345678910