FastLED 3.9.15
Loading...
Searching...
No Matches

◆ lzw_result

LZW decoding response codes.

Enumerator
LZW_OK 

Success.

LZW_OK_EOD 

Success; reached zero-length sub-block.

LZW_NO_MEM 

Error: Out of memory.

LZW_NO_DATA 

Error: Out of data.

LZW_EOI_CODE 

Error: End of Information code.

LZW_NO_COLOUR 

Error: No colour map provided.

LZW_BAD_ICODE 

Error: Bad initial LZW code.

LZW_BAD_PARAM 

Error: Bad function parameter.

LZW_BAD_CODE 

Error: Bad LZW code.

Definition at line 33 of file lzw.h.

33 {
34 LZW_OK,
lzw_result
LZW decoding response codes.
Definition lzw.h:33
@ LZW_NO_DATA
Error: Out of data.
Definition lzw.h:37
@ LZW_EOI_CODE
Error: End of Information code.
Definition lzw.h:38
@ LZW_OK
Success.
Definition lzw.h:34
@ LZW_NO_COLOUR
Error: No colour map provided.
Definition lzw.h:39
@ LZW_BAD_CODE
Error: Bad LZW code.
Definition lzw.h:42
@ LZW_NO_MEM
Error: Out of memory.
Definition lzw.h:36
@ LZW_BAD_PARAM
Error: Bad function parameter.
Definition lzw.h:41
@ LZW_OK_EOD
Success; reached zero-length sub-block.
Definition lzw.h:35
@ LZW_BAD_ICODE
Error: Bad initial LZW code.
Definition lzw.h:40