hw/display : Add device DM163
authorInès Varhol <ines.varhol@telecom-paris.fr>
Wed, 24 Apr 2024 20:06:51 +0000 (22:06 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Apr 2024 15:02:43 +0000 (16:02 +0100)
commitc771f883f2e6db3acd7cbed0fde273bfc6cc580e
treeb7c9e543bfe51866d5e90ae0af3b7c9fd88ae248
parenteb656a60fd93262b1e519b3162888bf261df7f68
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>
docs/system/arm/b-l475e-iot01a.rst
hw/display/Kconfig
hw/display/dm163.c [new file with mode: 0644]
hw/display/meson.build
hw/display/trace-events
include/hw/display/dm163.h [new file with mode: 0644]