LCD Registers: Difference between revisions
No edit summary |
m Generalize naming |
||
(One intermediate revision by the same user not shown) | |||
Line 82: | Line 82: | ||
| 0x10 | | 0x10 | ||
| 0x10 | | 0x10 | ||
| [[# | | [[#ABL Area|ABL Area]] | ||
|- | |- | ||
| 0x20 | | 0x20 | ||
Line 148: | Line 148: | ||
|- | |- | ||
| 0 | | 0 | ||
| | | ABL on | ||
|- | |- | ||
| 8 | | 8 | ||
Line 179: | Line 179: | ||
When the enable bit is set, the specified solid color is displayed on the LCD instead of the framebuffer. | When the enable bit is set, the specified solid color is displayed on the LCD instead of the framebuffer. | ||
=== | === ABL Area === | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
! Offset | ! Offset | ||
Line 217: | Line 217: | ||
|- | |- | ||
| 16 | | 16 | ||
| | | Enable LCD (0 = disabled, 1 = enabled). | ||
|- | |- | ||
| 17 | | 17 | ||
| RS on | | RS on (?) | ||
|- | |- | ||
| 18 | | 18 | ||
Line 226: | Line 226: | ||
|} | |} | ||
On old 2DS, disabling the top LCD does nothing, disabling the bottom LCD affects both screens. | |||
Setting bit 18 makes the screen darker. | Setting bit 18 makes the screen darker. |