diff options
author | Inès Varhol <ines.varhol@telecom-paris.fr> | 2024-04-24 22:06:51 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-04-30 16:02:43 +0100 |
commit | c771f883f2e6db3acd7cbed0fde273bfc6cc580e (patch) | |
tree | b7c9e543bfe51866d5e90ae0af3b7c9fd88ae248 /hw/display/Kconfig | |
parent | eb656a60fd93262b1e519b3162888bf261df7f68 (diff) | |
download | qemu-c771f883f2e6db3acd7cbed0fde273bfc6cc580e.zip qemu-c771f883f2e6db3acd7cbed0fde273bfc6cc580e.tar.gz qemu-c771f883f2e6db3acd7cbed0fde273bfc6cc580e.tar.bz2 |
hw/display : Add device DM163
This device implements the IM120417002 colors shield v1.1 for Arduino
(which relies on the DM163 8x3-channel led driving logic) and features
a simple display of an 8x8 RGB matrix. The columns of the matrix are
driven by the DM163 and the rows are driven externally.
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240424200929.240921-2-ines.varhol@telecom-paris.fr
[PMM: updated to new reset hold method prototype]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/display/Kconfig')
-rw-r--r-- | hw/display/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index 234c7de..a4552c8 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -140,3 +140,6 @@ config XLNX_DISPLAYPORT bool # defaults to "N", enabled by specific boards depends on PIXMAN + +config DM163 + bool |