Figure 4.17.3 Bitmap pattern structure, part 3 Bitmap size: 512 dots horizontally x 256 dots vertically
Bitmap color number: 16 bits/dot (2048 colors, 32768 colors)
Bit
15 0
┌──────────────────────────────────────────┐
+00000H │ Dot 0-0 │
├──────────────────────────────────────────┤
+00002H │ Dot 0-2 │
├──────────────────────────────────────────┤
:
:
:
:
├──────────────────────────────────────────┤
+3FFFEH │ Dot 255-511 │
├──────────────────────────────────────────┤
│ │
▽
Dot0 1 2 509 510 511
┌─────┬─────┬─────┬─ ─┬─────┬─────┬─────┐
Dot│ │ │ │ │ │ │ │
0│00000│00002│00004│ ... │003FC│003FC│003FE│
│ │ │ │ │ │ │ │
├─────┼─────┼─────┼─ ─┼─────┼─────┼─────┤
│ │ │ │ │ │ │ │
1│00400│00402│00404│ ... │007FC│007FC│007FE│
│ │ │ │ │ │ │ │
├─────┴─────┴─────┴─ ─┴─────┴─────┴─────┤
.
. Bitmap
.
├─────┬─────┬─────┬─ ─┬─────┬─────┬─────┤
│ │ │ │ │ │ │ │
254│3F800│3F802│3F804│ ... │3FBFC│3FBFC│3FBFE│
│ │ │ │ │ │ │ │
├─────┼─────┼─────┼─ ─┼─────┼─────┼─────┤
│ │ │ │ │ │ │ │
255│3FC00│3FC02│3FC04│ ... │3FFFC│3FFFC│3FFFE│
│ │ │ │ │ │ │ │
└─────┴─────┴─────┴─ ─┴─────┴─────┴─────┘