跳转到主要内容

LZW9DictionaryEntry

touchgfx/hal/Types.hpp

Dictionary entry used in LZW decompression.

Public Attributes

uint8_tcharacter
Current character of the entry.
uint8_tlength
Remaining length of the entry.
uint16_tprefixIndex
Index to previous character.

Public Attributes Documentation

character

uint8_t character

Current character of the entry.

length

uint8_t length

Remaining length of the entry.

prefixIndex

uint16_t prefixIndex

Index to previous character.