File tree Expand file tree Collapse file tree 6 files changed +727
-0
lines changed Expand file tree Collapse file tree 6 files changed +727
-0
lines changed Original file line number Diff line number Diff line change 245245/drivers /counter /* esp32 * @ glaubermaroto
246246/drivers /crypto /* nrf_ecb * @ maciekfabia @ anangl
247247/drivers /display /display_framebuf.c @ dcpleung
248+ /drivers /display /* ek79652 * @ DineshDK03
248249/drivers /display /* rm68200 * @ mmahadevan108
249250/drivers /dac / @ martinjaeger
250251/drivers /dai / @ juimonen @ marcinszkudlinski @ abonislawski
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ zephyr_library_sources_ifdef(CONFIG_DISPLAY_MCUX_ELCDIF display_mcux_elcdif.c)
55zephyr_library_sources_ifdef(CONFIG_DISPLAY_NRF_LED_MATRIX display_nrf_led_matrix.c)
66zephyr_library_sources_ifdef(CONFIG_DUMMY_DISPLAY display_dummy.c)
77zephyr_library_sources_ifdef(CONFIG_INTEL_MULTIBOOTFB_DISPLAY display_intel_multibootfb.c)
8+ zephyr_library_sources_ifdef(CONFIG_EK79652 ek79652.c)
89zephyr_library_sources_ifdef(CONFIG_UC81XX uc81xx.c)
910zephyr_library_sources_ifdef(CONFIG_ILI9XXX display_ili9xxx.c)
1011zephyr_library_sources_ifdef(CONFIG_ILI9340 display_ili9340.c)
Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ source "drivers/display/Kconfig.ls0xx"
3636source "drivers/display/Kconfig.rm68200"
3737source "drivers/display/Kconfig.max7219"
3838source "drivers/display/Kconfig.intel_multibootfb"
39+ source "drivers/display/Kconfig.ek79652"
3940
4041endif # DISPLAY
Original file line number Diff line number Diff line change 1+ # EK79652 display controller configuration options
2+
3+ # Copyright (c) 2021 Linumiz
4+ # SPDX-License-Identifier: Apache-2.0
5+
6+ config EK79652
7+ bool "EK79652 compatible display controller driver"
8+ depends on SPI
9+ help
10+ Enable driver for EK79652 compatible controller.
You can’t perform that action at this time.
0 commit comments