Skip to content

Commit

Permalink
Fix mode 4 description in graphics.md (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrio committed Mar 24, 2024
1 parent 4b37aed commit 34c1270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This allows the full color range to be displayed at once. Unfortunately, the fra

### Mode 4

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).
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).

### Mode 5

Expand Down

0 comments on commit 34c1270

Please sign in to comment.