Searched +full:te +full:- +full:inversion (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.04 include: [mipi-dbi-controller.yaml, pinctrl-device.yaml]8 compatible: "renesas,smartbond-mipi-dbi"17 reset-gpios:18 type: phandle-array22 te-enable:25 Boolean to indicate whether the tearing effect (TE) signal is available or not.27 te-inversion:30 Boolean to apply an inversion on the TE signal that triggers the MIPI DBI controller.32 dma-prefetch:[all …]
4 * SPDX-License-Identifier: Apache-2.033 bool inverted; /* Display color inversion */35 uint8_t dic; /* Display inversion control */57 const struct st7796s_config *config = dev->config; in st7796s_send_cmd()59 return mipi_dbi_command_write(config->mipi_dbi, &config->dbi_config, in st7796s_send_cmd()72 addr_data[1] = sys_cpu_to_be16(x + width - 1); in st7796s_set_cursor()82 addr_data[1] = sys_cpu_to_be16(y + height - 1); in st7796s_set_cursor()100 const struct st7796s_config *config = dev->config; in st7796s_get_pixelfmt()103 * Invert the pixel format for 8-bit 8080 Parallel Interface. in st7796s_get_pixelfmt()111 * This is not an issue when using a 16-bit interface. in st7796s_get_pixelfmt()[all …]