A SERVICE OF

logo

Table 9: Character Table
High Offset (MSB) Low Offset (LSB) Character Width
h 0x00 0x0D 0x05
i 0x00 0x12 0x03
j 0x00 0x15 0x04
Once completed, place the character table after the header and the character data at the end, as seen in
table 10.
Table 10: Sample Font File
0x05 0x07 0x49 0x4B 0x00 0x0D 0x05 0x00
0x12 0x03 0x00 0x15 0x04 0x84 0x2D 0x98
0xC6 0x20 0x43 0x24 0x84 0x2D 0x98 0x19
0x60
Red = Header
Blue = Character Table
Purple = Character Data
5.2 Uploading a Font File
Syntax
Hexadecimal 0xFE 0x24 [refID] [size] [data]
Decimal 254 36 [refID] [size] [data]
ASCII 254 “$” [refID] [size] [data]
Parameters
Parameter Length Description
refID 1 A unique font identification
number.
size 2 Font file size (LSB to MSB).
data x Font file data.
Matrix Orbital GLK24064-25 21