mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw/misc/led: Add yellow LED
Add the yellow "lime" LED. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Michael Rolnik <mrolnik@gmail.com> Message-Id: <20210313165445.2113938-2-f4bug@amsat.org>
This commit is contained in:
parent
6157b0e197
commit
956eb2043a
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ typedef enum { /* Coarse wavelength range */
|
|||
LED_COLOR_BLUE, /* 475 nm */
|
||||
LED_COLOR_CYAN, /* 500 nm */
|
||||
LED_COLOR_GREEN, /* 535 nm */
|
||||
LED_COLOR_YELLOW, /* 567 nm */
|
||||
LED_COLOR_AMBER, /* 590 nm */
|
||||
LED_COLOR_ORANGE, /* 615 nm */
|
||||
LED_COLOR_RED, /* 630 nm */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue