mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
ff7be06dda
Display Tesla car renders that match the vehicle's actual configuration (model, color, wheels) based on data from TeslamateAPI. - Add CarExterior model to parse exterior_color, wheel_type from API - Create CarImageResolver to map TeslamateAPI values to compositor codes - Download 80 pre-rendered car images (Model 3 & Y, 10 colors, various wheels) - Add Python asset fetching script using Tesla compositor API - Display car image at top of dashboard The car image is dynamically selected based on: - Model (3, Y) - Exterior color (MidnightSilver -> PMNG, etc.) - Wheel type (Pinwheel18CapKit -> W38B, etc.) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>