Skip to main content

plex_boot/ui/
mod.rs

1//! User interface components.
2//!
3//! Provides the graphical elements of the bootloader, such as the main
4//! boot menu and error overlays, built on top of the `embedded-graphics` crate.
5
6pub mod boot_menu;
7pub mod overlay;