mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06: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:
parent
eb656a60fd
commit
c771f883f2
6 changed files with 428 additions and 1 deletions
|
@ -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
|
||||
"""""""""""""""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue