Figure 4.17.10 Bitmap pattern configuration, part 10 Bitmap size: 1024 dots horizontally x 256 dots vertically
Bitmap color count: 8 bits/dot (256 colors)
Bit
15 8 7 0
┌────────────────────┬──────────────────────┐
+00000H │ Dot 0-0 │ Dot 0-1 │
├────────────────────┼──────────────────────┤
+00002H │ Dot 0-2 │ Dot 0-3 │
├────────────────────┼──────────────────────┤
: │ :
: : :
: : :
: │ :
├────────────────────┼──────────────────────┤
+3FFFEH │ Dot 255-1022 │ Dot 255-1023 │
├────────────────────┴───────────┴──────────┤
│ │
▽
Dot0 1 2 1021 1022 1023
┌─────┬─────┬─────┬─ ─┬─────┬─────┬─────┐
Dot│ │ │ │ │ │ │ │
0│00000│00001│00003│ ... │001FD│001FE│003FF│
│ │ │ │ │ │ │ │
├─────┼─────┼─────┼─ ─┼─────┼─────┼─────┤
│ │ │ │ │ │ │ │
1│00400│00401│00403│ ... │007FD│007FE│007FF│
│ │ │ │ │ │ │ │
├─────┴─────┴─────┴─ ─┴─────┴─────┴─────┤
.
. Bitmap
.
├─────┬─────┬─────┬─ ─┬─────┬─────┬─────┤
│ │ │ │ │ │ │ │
254│3F800│3F801│3F803│ ... │3FBFD│3FBFE│3FBFF│
│ │ │ │ │ │ │ │
├─────┼─────┼─────┼─ ─┼─────┼─────┼─────┤
│ │ │ │ │ │ │ │
255│3FC00│3FC01│3FC03│ ... │3FFFD│3FFFE│3FFFF│
│ │ │ │ │ │ │ │
└─────┴─────┴─────┴─ ─┴─────┴─────┴─────┘