Provides userspace with access to the screen.
You need a screen that provides the hil::screen::Screen trait.
hil::screen::Screen
let screen = components::screen::ScreenComponent::new(board_kernel, tft).finalize();