mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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>
This commit is contained in:
committed by
Peter Maydell
parent
eb656a60fd
commit
c771f883f2
@@ -12,7 +12,7 @@ USART, I2C, SPI, CAN and USB OTG, as well as a variety of sensors.
|
||||
Supported devices
|
||||
"""""""""""""""""
|
||||
|
||||
Currently B-L475E-IOT01A machine's only supports the following devices:
|
||||
Currently B-L475E-IOT01A machines support the following devices:
|
||||
|
||||
- Cortex-M4F based STM32L4x5 SoC
|
||||
- STM32L4x5 EXTI (Extended interrupts and events controller)
|
||||
@@ -20,6 +20,7 @@ Currently B-L475E-IOT01A machine's only supports the following devices:
|
||||
- STM32L4x5 RCC (Reset and clock control)
|
||||
- STM32L4x5 GPIOs (General-purpose I/Os)
|
||||
- STM32L4x5 USARTs, UARTs and LPUART (Serial ports)
|
||||
- optional 8x8 led display (based on DM163 driver)
|
||||
|
||||
Missing devices
|
||||
"""""""""""""""
|
||||
|
||||
Reference in New Issue
Block a user