Provides userspace with access to the text screen.
§Usage:
You need a screen that provides the hil::text_screen::TextScreen
trait.
ⓘlet text_screen = components::text_screen::TextScreenComponent::new(board_kernel, lcd)
.finalize(components::screen_buffer_size!(64));