watchface_disp_catalog
Retrieve the Divoom watchface display ID catalog, with hints identifying each slot as image-based or text-based.
Instructions
Return the full disp id catalog (194 entries) that the firmware understands for ItemList[i].disp and ItemPatchList[i].patch.disp. Each entry includes English symbol, Chinese description, and heuristic hints (likelyUsesRasterOrAssetLayer for image/GIF slots; oftenUsesVectorFontForText for text slots). Use it together with watchface_font_catalog: text-leaning disps need a font id; raster-leaning disps need an image_addr asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Return only the entries whose disp id is in this list. | |
| nameContains | No | Case-insensitive substring filter on the English symbol (e.g., 'WEATHER'). | |
| descriptionContains | No | Case-insensitive substring filter on the Chinese description (e.g., '日历'). | |
| expects | No | 'image' = only slots whose hints.likelyUsesRasterOrAssetLayer is true; 'text' = only slots whose hints.oftenUsesVectorFontForText is true. | |
| limit | No | Max entries to return (default 80, max 300). | |
| idsOnly | No | If true, return only `[{disp, name, description_zh}]` rows for a compact summary. |