Skip to content

Commit 34c1270

Browse files
authored
Fix mode 4 description in graphics.md (#22)
1 parent 4b37aed commit 34c1270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This allows the full color range to be displayed at once. Unfortunately, the fra
3737

3838
### Mode 4
3939

40-
8-Bit paletted bitmapped mode at 240x160. The bitmap starts at either `0x06000000` or `0x0600A000`, depending on bit 3 of [REG_DISPCNT](registers.md#REG_DISPCNT). Swapping the map and drawing in the one that isn't displayed allows for page flipping techniques to be used. The palette is at `0x05000000`, and contains 256 16-bit [color entries](#Color Format).
40+
8-Bit paletted bitmapped mode at 240x160. The bitmap starts at either `0x06000000` or `0x0600A000`, depending on bit 4 of [REG_DISPCNT](registers.md#REG_DISPCNT). Swapping the map and drawing in the one that isn't displayed allows for page flipping techniques to be used. The palette is at `0x05000000`, and contains 256 16-bit [color entries](#color-format).
4141

4242
### Mode 5
4343

0 commit comments

Comments
 (0)