MCPcopy Create free account
hub / github.com/cifertech/DisplayKit / IconExportRequest

Class IconExportRequest

server/icon_export.py:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106class IconExportRequest(BaseModel):
107 mode: Literal["tft_rgb565", "u8g2_xbm"]
108 bg_color: str = "#000000"
109 icons: list[IconRef] = Field(..., min_length=1)
110
111
112def build_icons_router(static_root: Path) -> APIRouter:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected