[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Add a 7 segments + led display
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] [PATCH] Add a 7 segments + led display |
Date: |
Sun, 10 Jun 2007 15:33:24 +0100 |
User-agent: |
KMail/1.9.7 |
On Saturday 09 June 2007, Hervé Poussineau wrote:
> Hi,
>
> This patch adds a 7-segments + led display device emulation to Qemu.
> A picture of the original thing can be found at
> http://www.sensi.org/~alec/mips/images/acer_pica_io_3.jpg
> Use the device in the MIPS PICA 61 machine.
> + color_on = 0xffaaaaaa;
> + color_led = 0xff00ff00; /* green */
> + color_led = 0x00000000; /* black */
These are wrong for anything other than 32-bit color.
Paul