Figure 4.17.12 Bitmap pattern configuration, Part 12 Bitmap size: 1024 dots horizontally x 256 dots vertically
Bitmap color count: 32 bits/dot (16.77 million colors)
Bit
15 0
┌──────────────────────────────────────────┐
+00000H │ Dot 0-0 (upper word) │
├──────────────────────────────────────────┤
+00002H │ Dot 0-0 (lower word) │
├──────────────────────────────────────────┤
+00004H │ Dot 0-1 (upper word) │
├──────────────────────────────────────────┤
:
:
:
:
├──────────────────────────────────────────┤
+FFFFCH │ Dot 255-1023 (upper word) │
├──────────────────────────────────────────┤
+FFFFEH │ Dot 255-1023 (lower word) │
├──────────────────────────────────────────┤
│ │
▽
Dot0 1 2 1021 1022 1023
┌─────┬─────┬─────┬─ ─┬─────┬─────┬─────┐
Dot│ │ │ │ │ │ │ │
0│00000│00004│00008│ ... │00FF4│00FF8│00FFC│
│ │ │ │ │ │ │ │
├─────┼─────┼─────┼─ ─┼─────┼─────┼─────┤
│ │ │ │ │ │ │ │
1│01000│01004│01008│ ... │01FF4│01FF8│01FFC│
│ │ │ │ │ │ │ │
├─────┴─────┴─────┴─ ─┴─────┴─────┴─────┤
.
. Bitmap
.
├─────┬─────┬─────┬─ ─┬─────┬─────┬─────┤
│ │ │ │ │ │ │ │
254|FE000|FE004|FE008| ... |FEFF4|FEFF8|FEFFC|
│ │ │ │ │ │ │ │
├─────┼─────┼─────┼─ ─┼─────┼─────┼─────┤
│ │ │ │ │ │ │ │
255|FF000|FF004|FF008| ... |FFFF4|FFFF8|FFFFC|
│ │ │ │ │ │ │ │
└─────┴─────┴─────┴─ ─┴─────┴─────┴─────┘