Product specifications

SLCS Programming Manual
Rev. 1.24
- 63 -
Example
LD 0x11 0x02 0x40 0x02 0x08 0x00 0x20 0x00 0xFF ~ 0xFF
①②
x position : 0x02 * 0x100(256) + 0x11 = 0x211(529)
y position : 0x02 * 0x100(256) + 0x40 = 0x240(576)
horizontal data number : 0x00 * 0x100(256) + 0x08 = 0x08(8)
vertical data number : 0x00 * 0x100(256) + 0x20 = 0x20(32)
bitmap data : total number = 8 * 32 = 256
(, )