Home
last modified time | relevance | path

Searched refs:FormatError (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/scripts/
DLVGLImage.py56 class FormatError(Error): class
442 raise FormatError("invalid header length")
447 raise FormatError(f"invalid color format: {hex(data[0])}") from exc
729 raise FormatError("filename not ended with '.bin'")
737 raise FormatError(f"filename not ended with {ext}")
932 raise FormatError(f"{filename} has no alpha channel")
1018 raise FormatError(f"Invalid color format: {cf.name}")