Home
last modified time | relevance | path

Searched full:madctl (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/dts/bindings/display/
Dsitronix,st7735r.yaml21 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.
Dsitronix,st7796s.yaml87 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/
Ddisplay_st7735r.c37 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), \
Ddisplay_st7796s.c48 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), \
Ddisplay_ili9xxx.h31 /* MADCTL register fields. */
Ddisplay_nt35510.h23 #define NT35510_CMD_RDDMADCTL 0x0B /* Read display MADCTL */
Ddisplay_nt35510.c199 /* Add a delay, otherwise MADCTL not taken */ in nt35510_config()
Ddisplay_ili9806e_dsi.c256 /* Add a delay, otherwise MADCTL not taken */ in ili9806e_config()
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/boards/
Dmini_stm32h743.overlay9 madctl = <184>; /* Rotate the image 180 degrees. */
/Zephyr-latest/boards/shields/lcd_par_s035/
Dlcd_par_s035_8080.overlay56 madctl = <0x28>;
/Zephyr-latest/boards/shields/st7735r/
Dst7735r_ada_160x128.overlay31 madctl = <0x60>;
/Zephyr-latest/boards/adi/max32662evkit/
Dmax32662evkit.dts71 madctl = <0xc0>;
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/
Dgoworld_16880_lcm.overlay64 madctl = <0x28>;
/Zephyr-latest/boards/adi/max32672evkit/
Dmax32672evkit.dts76 madctl = <0xc0>;
/Zephyr-latest/boards/adi/max32690evkit/
Dmax32690evkit_max32690_m4.dts73 madctl = <0xc0>;
/Zephyr-latest/boards/adi/max32680evkit/
Dmax32680evkit_max32680_m4.dts82 madctl = <0xc0>;
/Zephyr-latest/boards/sipeed/longan_nano/
Dlongan_nano-common.dtsi105 madctl = <120>;
/Zephyr-latest/boards/weact/mini_stm32h7b0/
Dmini_stm32h7b0.dts74 madctl = <120>; /* Set to <184> to rotate the image 180 degrees. */
/Zephyr-latest/boards/weact/mini_stm32h743/
Dmini_stm32h743.dts72 madctl = <120>; /* Set to <184> to rotate the image 180 degrees. */