//! Traits for hardware abstraction (Display, Input, Time).
//!
//! These traits decouple the application logic from the underlying execution environment
//! (Simulator vs Embedded Firmware).
use crateEvent;
use crateRenderer;
/// Driver for a physical or simulated display.