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

◆ nsgif_error

LibNSGIF return codes.

Enumerator
NSGIF_OK 

Success.

NSGIF_ERR_OOM 

Out of memory error.

NSGIF_ERR_DATA 

GIF source data is invalid, and no frames are recoverable.

NSGIF_ERR_BAD_FRAME 

Frame number is not valid.

NSGIF_ERR_DATA_FRAME 

GIF source data contained an error in a frame.

NSGIF_ERR_END_OF_DATA 

Unexpected end of GIF source data.

NSGIF_ERR_DATA_COMPLETE 

Can't supply more data after calling nsgif_data_complete.

NSGIF_ERR_FRAME_DISPLAY 

The current frame cannot be displayed.

NSGIF_ERR_ANIMATION_END 

Indicates an animation is complete, and nsgif_reset must be called to restart the animation from the beginning.

Definition at line 58 of file nsgif.hpp.

58 {
63
68
73
78
83
88
93
98
nsgif_error
LibNSGIF return codes.
Definition nsgif.hpp:58
@ NSGIF_ERR_DATA_COMPLETE
Can't supply more data after calling nsgif_data_complete.
Definition nsgif.hpp:92
@ NSGIF_ERR_OOM
Out of memory error.
Definition nsgif.hpp:67
@ NSGIF_ERR_BAD_FRAME
Frame number is not valid.
Definition nsgif.hpp:77
@ NSGIF_ERR_END_OF_DATA
Unexpected end of GIF source data.
Definition nsgif.hpp:87
@ NSGIF_ERR_ANIMATION_END
Indicates an animation is complete, and nsgif_reset must be called to restart the animation from the ...
Definition nsgif.hpp:103
@ NSGIF_ERR_DATA_FRAME
GIF source data contained an error in a frame.
Definition nsgif.hpp:82
@ NSGIF_ERR_DATA
GIF source data is invalid, and no frames are recoverable.
Definition nsgif.hpp:72
@ NSGIF_ERR_FRAME_DISPLAY
The current frame cannot be displayed.
Definition nsgif.hpp:97
@ NSGIF_OK
Success.
Definition nsgif.hpp:62