Home
last modified time | relevance | path

Searched refs:madctl (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/drivers/video/capture_to_lvgl/boards/
Dmini_stm32h743.overlay9 madctl = <184>; /* Rotate the image 180 degrees. */
/Zephyr-latest/drivers/display/
Ddisplay_st7796s.c48 uint8_t madctl; /* Memory data access control */ member
128 if (((bool)(config->madctl & ST7796S_MADCTL_BGR)) != 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_st7735r.c37 uint8_t madctl; member
214 if (!(config->madctl & ST7735R_MADCTL_BGR) != !config->rgb_is_inverted) { in st7735r_write()
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), \
/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/sipeed/longan_nano/
Dlongan_nano-common.dtsi105 madctl = <120>;
/Zephyr-latest/boards/adi/max32680evkit/
Dmax32680evkit_max32680_m4.dts82 madctl = <0xc0>;
/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. */