Product specifications
SLCS Programming Manual
Rev. 1.24
- 64 -
2-6-6 LC
Draw compression bitmap image data on specific position of image buffer
Syntax
LCp1p2xL xH yL yH dhL dhH dvL dvH d1~dk
Parameters
p1: Compression type
R: RLE
p2: Color
0x00: black
0x01: Color(red or blue)
xL : Low byte of horizontal start position (X) [dot]
xH : High byte of horizontal start position (X) [dot]
→ Start position in x direction = xH * 256 + xL
yL : Low byte of vertical start position (Y) [dot]
yH : High byte of vertical start position (Y) [dot]
→ Start position in y direction = yH * 256 + yL
dhL : Low byte of the number of bytes in x-direction.
dhH : High byte of the number of bytes in x-direction.
→ Number of data in x direction = dhH * 256 + dhL
dvL : Low byte of the number of lines.
dvH : High byte of the number of lines.
→ Number of data in y direction = dvH * 256 + dvL
d1~dk :
Compression bitmap image data.
→ k = (dhH*256 + dhL) * (dvH*256 + dvL)
! CAUTION
There are no commas(,) and no space between each parameters.










