Searched full:horizontal (Results 1 – 25 of 45) sorted by relevance
12
/Zephyr-latest/dts/bindings/display/panel/ |
D | panel-timing.yaml | 43 Horizontal synchronization pulse duration of panel driven by this 57 Horizontal back porch duration of panel driven by this controller, 70 Horizontal front porch duration of panel driven by this controller, 86 Polarity of horizontal sync pulse 108 Polarity of data enable, sent with each horizontal interval.
|
/Zephyr-latest/dts/bindings/video/ |
D | st,stm32-dcmi.yaml | 66 Polarity of horizontal synchronization (DCMI_HSYNC_Polarity). 67 0 Horizontal synchronization active Low. 68 1 Horizontal synchronization active High. 72 When HSYNC is high, the data is not valid (horizontal blanking).
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_types.h | 35 uint16_t cur_x; /*!< horizontal cursor position in edited command line.*/ 36 uint16_t cur_x_end; /*!< horizontal cursor position at the end of command.*/
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | Kconfig | 5 int "Screen width to cross horizontal/vertical dimension ratio"
|
/Zephyr-latest/samples/subsys/display/cfb_shell/ |
D | README.rst | 39 scroll :<dir: (vertical|horizontal)> <col: pos> <row: pos> 119 **scroll**: pass the scroll direction, vertical or horizontal, the initial 123 until it hits the display boundary, last column for horizontal and last row
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/ |
D | Kconfig | 19 bool "Horizontal flip"
|
/Zephyr-latest/dts/bindings/mipi-dsi/ |
D | st,stm32-mipi-dsi.yaml | 31 DSI host horizontal synchronization is active high. 114 1 : Horizontal color bars
|
/Zephyr-latest/dts/bindings/display/ |
D | ftdi,ft800.yaml | 83 description: Number of PCLK cycles per visible part of horizontal line 95 description: Number of total PCLK cycles per horizontal line scan.
|
D | led-strip-matrix.yaml | 76 horizontal-modules: 81 specify the horizontal number of modules. 173 [(width / horizontal-modules) * (height / vertical-modules)].
|
D | sitronix,st7796s.yaml | 36 Blanking porch control. This sets the vertical and horizontal
|
/Zephyr-latest/drivers/display/ |
D | display_otm8009a.h | 35 /** Horizontal low pulse width */ 37 /** Horizontal front porch. */ 39 /** Horizontal back porch. */
|
D | display_nt35510.c | 33 #define NT35510_480X800_HSYNC ((uint16_t)2) /* Horizontal synchronization */ 34 #define NT35510_480X800_HBP ((uint16_t)34) /* Horizontal back porch */ 35 #define NT35510_480X800_HFP ((uint16_t)34) /* Horizontal front porch */ 45 #define NT35510_800X480_HSYNC NT35510_480X800_VSYNC /* Horizontal synchronization */ 46 #define NT35510_800X480_HBP NT35510_480X800_VBP /* Horizontal back porch */ 47 #define NT35510_800X480_HFP NT35510_480X800_VFP /* Horizontal front porch */
|
D | display_dummy.c | 47 "Writing outside screen boundaries in horizontal direction"); in dummy_display_write()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | mipi_dsi.h | 35 /** Horizontal active video. */ 37 /** Horizontal front porch. */ 39 /** Horizontal back porch. */ 41 /** Horizontal sync length. */
|
/Zephyr-latest/dts/bindings/input/ |
D | touchscreen-common.yaml | 13 Horizontal resolution of touchscreen (maximum x coordinate reported + 1). The default
|
D | xptek,xpt2046.yaml | 18 description: horizontal resolution of screen
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_cmdline_internal.h | 20 /* Horizontal alignment of the 2nd column of the help message */
|
/Zephyr-latest/include/zephyr/input/ |
D | input_touch.h | 29 * @param screen_width Horizontal resolution of touchscreen
|
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/ |
D | README.rst | 25 In this mode, the 4x7 segment display shows 3 stacked horizontal bars if there
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.memory | 113 * Horizontal screen resolution
|
D | lvgl.c | 134 /* one horizontal line is the minimum buffer requirement for lvgl */ in lvgl_allocate_rendering_buffers()
|
/Zephyr-latest/boards/native/native_posix/ |
D | cmdline_common.h | 17 /* Horizontal alignment of the 2nd column of the help message */
|
/Zephyr-latest/include/zephyr/drivers/modem/ |
D | simcom-sim7080.h | 47 * Horizontal dilution of precision in 10^-2.
|
/Zephyr-latest/subsys/shell/ |
D | shell_cmds.c | 146 /* horizontal cursor position */ in cursor_position_get() 180 uint16_t x; /* horizontal position */ in terminal_size_get()
|
/Zephyr-latest/subsys/fb/ |
D | cfb_shell.c | 503 SHELL_CMD_ARG(horizontal, NULL, HELP_PRINT, cmd_scroll_horz, 4, 0), 526 "horizontal direction", NULL),
|
12