What problem does it solve? Human visual inspection of embedded LCD displays misses timing, alignment, and color defects. This Skill replaces subjective judgment with camera-captured evidence and structured AI analysis to detect display issues in GUI projects. ## Core Features & Use Cases - Camera-Based Capture: Uses a USB webcam to capture timestamped screenshots of the physical LCD display via a Python capture script. - Structured Issue Detection: Analyzes captures for blank screens, partial display, wrong colors, offsets, mirroring, flickering, and missing lines, mapping each symptom to a likely cause such as MADCTL values or DMA chunking. - Before/After Comparison: Captures images before and after fixes, then compares them to verify that corrections resolved the issue. - Use Case: After flashing a new LCD driver to an ESP32 board, capture the display with a webcam, detect that content is mirrored, identify the MADCTL rotation bits as the cause, apply the fix, and re-capture to confirm. ## Quick Start Capture my LCD display with the camera and analyze it for layout, color, and alignment issues.