//! Hardware and simulator backends for `rlvgl`.
extern crate alloc;
extern crate std;
/// Display driver traits and implementations.
/// Input device abstractions.
pub use DisplayDriver;
pub use ;
pub use MinifbDisplay;
pub use St7789Display;