pub fn render_frame<D>(
target: &mut D,
layout: &Layout,
model: &UiModel,
status: &StatusModel<'_>,
)where
D: DrawTarget<Color = BinaryColor>,Expand description
Draw the menu or the confirmation page.
pub fn render_frame<D>(
target: &mut D,
layout: &Layout,
model: &UiModel,
status: &StatusModel<'_>,
)where
D: DrawTarget<Color = BinaryColor>,Draw the menu or the confirmation page.