A real-time in-vehicle driver display for Longhorn Racing Electric's FSAE car. Speed, SOC, pack temperature, lap delta + per-second delta rate, energy delta, brake bias, and driver-armable flags (traction control, regen) on a multi-screen UI that cycles Driving → Pit Diagnostic → Shutdown → Settings. Two data planes feed it: a Rust on-car backend (`dashd`) forwarding CAN over WebSocket, and a typed MQTT contract for off-car-computed lap and energy values. A built-in demo mode synthesizes the full data stream so the same dash runs off-car for development, presentation, and judging.