
30
This command will upload a filesystem image to the display. The size used is almost always the entire 16kB
memory. Filesystem data can be uploaded LSB to MSB in the same manner as a font or bitmap file.
4 bytes, size of the filesystem to upload, LSB to MSB, usually 0x00 0x40 0x00 0x00 for 16kB
variable length, data to upload
Downloads a single font or bitmap file from the display to the host.
1 byte, 0 for font or 1 for bitmap
1 byte, unique identification number of font or bitmap to download
variable length, first 2(font) or 4(bitmap) bytes represent file size followed by file data
Old Type Old ID New Type New ID
Old Type Old ID New Type New ID
Used to move a single file and/or alter the type of an existing file. Old ID location must be valid and new ID empty.
1 byte, original file type, 0 for font or 1 for bitmap
1 byte, original unique file identification number
1 byte, new file type, 0 for font or 1 for bitmap
1 byte, new unique file identification number, must be less than 128
Downloads complete filesystem containing all fonts and bitmaps stored in the display. A veritable heap of data.
16388 bytes, 4 bytes of size LSB to MSB followed by entire 16KB filesystem
Komentáře k této Příručce