|
FastLED 3.9.15
|
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.