Searched full:madctl (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/dts/bindings/display/ |
D | sitronix,st7735r.yaml | 21 madctl: 114 as the inverted value of the RGB pixel-format specified in MADCTL. 116 where the actual color is different from the pixel format of MADCTL.
|
D | sitronix,st7796s.yaml | 87 madctl: 113 as the inverted value of the RGB pixel-format specified in MADCTL. 115 where the actual color is different from the pixel format of MADCTL.
|
/Zephyr-latest/drivers/display/ |
D | display_st7735r.c | 37 uint8_t madctl; member 214 if (!(config->madctl & ST7735R_MADCTL_BGR) != !config->rgb_is_inverted) { in st7735r_write() 258 * Report pixel format as the same format set in the MADCTL in st7735r_get_capabilities() 260 * Or not so, reporting pixel format as RGB if MADCTL setting in st7735r_get_capabilities() 264 if (!(config->madctl & ST7735R_MADCTL_BGR) != !config->rgb_is_inverted) { in st7735r_get_capabilities() 281 (~config->madctl & ST7735R_MADCTL_BGR)) { in st7735r_set_pixel_format() 286 (config->madctl & ST7735R_MADCTL_BGR)) { in st7735r_set_pixel_format() 382 ret = st7735r_transmit(dev, ST7735R_CMD_MADCTL, &config->madctl, 1); in st7735r_lcd_init() 503 .madctl = DT_INST_PROP(inst, madctl), \
|
D | display_st7796s.c | 48 uint8_t madctl; /* Memory data access control */ member 119 * Hence we report pixel format as RGB when MADCTL setting is BGR in st7796s_get_pixelfmt() 128 if (((bool)(config->madctl & ST7796S_MADCTL_BGR)) != in st7796s_get_pixelfmt() 138 * Report pixel format as the same format set in the MADCTL in st7796s_get_pixelfmt() 140 * Report pixel format as RGB if MADCTL setting is BGR and vice versa in st7796s_get_pixelfmt() 144 if (((bool)(config->madctl & ST7796S_MADCTL_BGR)) != in st7796s_get_pixelfmt() 349 param = config->madctl; in st7796s_init() 401 .madctl = DT_INST_PROP(n, madctl), \
|
D | display_ili9xxx.h | 31 /* MADCTL register fields. */
|
D | display_nt35510.h | 23 #define NT35510_CMD_RDDMADCTL 0x0B /* Read display MADCTL */
|
D | display_nt35510.c | 199 /* Add a delay, otherwise MADCTL not taken */ in nt35510_config()
|
D | display_ili9806e_dsi.c | 256 /* Add a delay, otherwise MADCTL not taken */ in ili9806e_config()
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/boards/ |
D | mini_stm32h743.overlay | 9 madctl = <184>; /* Rotate the image 180 degrees. */
|
/Zephyr-latest/boards/shields/lcd_par_s035/ |
D | lcd_par_s035_8080.overlay | 56 madctl = <0x28>;
|
/Zephyr-latest/boards/shields/st7735r/ |
D | st7735r_ada_160x128.overlay | 31 madctl = <0x60>;
|
/Zephyr-latest/boards/adi/max32662evkit/ |
D | max32662evkit.dts | 71 madctl = <0xc0>;
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/ |
D | goworld_16880_lcm.overlay | 64 madctl = <0x28>;
|
/Zephyr-latest/boards/adi/max32672evkit/ |
D | max32672evkit.dts | 76 madctl = <0xc0>;
|
/Zephyr-latest/boards/adi/max32690evkit/ |
D | max32690evkit_max32690_m4.dts | 73 madctl = <0xc0>;
|
/Zephyr-latest/boards/adi/max32680evkit/ |
D | max32680evkit_max32680_m4.dts | 82 madctl = <0xc0>;
|
/Zephyr-latest/boards/sipeed/longan_nano/ |
D | longan_nano-common.dtsi | 105 madctl = <120>;
|
/Zephyr-latest/boards/weact/mini_stm32h7b0/ |
D | mini_stm32h7b0.dts | 74 madctl = <120>; /* Set to <184> to rotate the image 180 degrees. */
|
/Zephyr-latest/boards/weact/mini_stm32h743/ |
D | mini_stm32h743.dts | 72 madctl = <120>; /* Set to <184> to rotate the image 180 degrees. */
|