Home
last modified time | relevance | path

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

/lvgl-latest/scripts/
DLVGLImage.py1247 class OutputFormat(Enum): class
1258 ofmt: OutputFormat, argument
1301 if self.ofmt == OutputFormat.BIN_FILE:
1304 elif self.ofmt == OutputFormat.C_ARRAY:
1307 elif self.ofmt == OutputFormat.PNG_FILE:
1380 ofmt = OutputFormat(args.ofmt) if cf not in (
1381 ColorFormat.RAW, ColorFormat.RAW_ALPHA) else OutputFormat.C_ARRAY