zephyr/drivers/display
Xiao Qin 7c46b0b898 drivers: display: uc81xx: add support for uc8175
Add support for uc8175 display driver. uc8175 has a slightly
different command/data length requirements for certain registers,
namely TRES and PTL, compared to uc8176/uc8179

This commit refactors the driver code and such that setting TRES and PTL
registers are now done by function pointers provided by config->quirks,
by the same token as how it is done for setting CDI register

Signed-off-by: Xiao Qin <xiaoq@google.com>
2023-12-11 15:57:21 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.dummy
Kconfig.hx8394
Kconfig.ili9xxx
Kconfig.intel_multibootfb
Kconfig.ls0xx
Kconfig.max7219
Kconfig.mcux_dcnano_lcdif
Kconfig.mcux_elcdif
Kconfig.microbit
Kconfig.nrf_led_matrix
Kconfig.otm8009a
Kconfig.rm67162
Kconfig.rm68200
Kconfig.sdl
Kconfig.ssd16xx
Kconfig.ssd1306
Kconfig.st7735r
Kconfig.st7789v
Kconfig.stm32_ltdc
Kconfig.uc81xx drivers: display: uc81xx: add support for uc8175 2023-12-11 15:57:21 +01:00
display_dummy.c
display_hx8394.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_ili9xxx.c
display_ili9xxx.h
display_ili9340.c
display_ili9340.h
display_ili9341.c
display_ili9341.h
display_ili9342c.c
display_ili9342c.h
display_ili9488.c
display_ili9488.h
display_intel_multibootfb.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_max7219.c
display_mcux_dcnano_lcdif.c
display_mcux_elcdif.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_nrf_led_matrix.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_otm8009a.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_otm8009a.h
display_rm67162.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_rm68200.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_sdl.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_sdl_bottom.c
display_sdl_bottom.h
display_st7735r.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_st7735r.h
display_st7789v.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
display_st7789v.h
display_stm32_ltdc.c drivers: display: remove dummy functions for unsupported API 2023-12-11 09:56:42 +01:00
ls0xx.c
mb_display.c
mb_font.c
mb_font.h
ssd16xx.c
ssd16xx_regs.h
ssd1306.c
ssd1306_regs.h
uc81xx.c drivers: display: uc81xx: add support for uc8175 2023-12-11 15:57:21 +01:00
uc81xx_regs.h drivers: display: uc81xx: add support for uc8175 2023-12-11 15:57:21 +01:00