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