Module capsules_extra::screen

source ·
Expand description

Provides userspace with access to the screen.

§Usage

You need a screen that provides the hil::screen::Screen trait.

let screen =
    components::screen::ScreenComponent::new(board_kernel, tft).finalize();

Structs§

Constants§