LCD Registers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m Added link to GPU Registers page |
||
| Line 1: | Line 1: | ||
Other registers that used to be documented on this page are now at [[GPU Registers]]. | |||
== Registers == | == Registers == | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Revision as of 19:19, 28 March 2015
Other registers that used to be documented on this page are now at GPU Registers.
Registers
| NAME | PHYSICAL ADDRESS | PROCESS VIRTUAL ADDRESS | KERNEL VIRTUAL ADDRESS | WIDTH |
|---|---|---|---|---|
| REG_LCDCOLORFILLMAIN | 0x10202204 | 0x1ED02204 | 0xFFFD6204 | 4 |
| REG_LCDCOLORFILLSUB | 0x10202A04 | 0x1ED02A04 | 0xFFFD6A04 | 4 |
| REG_LCDBACKLIGHTMAIN | 0x10202240 | 0x1ED02240 | 0xFFFD6240 | 4 |
| REG_LCDBACKLIGHTSUB | 0x10202A40 | 0x1ED02A40 | 0xFFFD6A40 | 4 |
REG_*MAIN registers are used for the top LCD, while SUB is used for the bottom LCD.
REG_LCDCOLORFILL
| Bit | Description |
|---|---|
| 7-0 | Red component intensity |
| 15-8 | Green component intensity |
| 23-16 | Blue component intensity |
| 24 | Enable |
| 31-25 | ? |
When the enable bit is set, the specified solid color is displayed on the LCD instead of the framebuffer.