mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Handwriting recognition
This commit is contained in:
parent
4511090eae
commit
a42f5beb9b
6 changed files with 159 additions and 234 deletions
|
@ -229,7 +229,6 @@ SystemView::SystemView(
|
|||
set_style(&style_default);
|
||||
|
||||
constexpr ui::Dim status_view_height = 16;
|
||||
char debugtxt[21] = {0};
|
||||
|
||||
add_child(&status_view);
|
||||
status_view.set_parent_rect({
|
||||
|
@ -262,8 +261,8 @@ SystemView::SystemView(
|
|||
navigation_view.push<BMPView>();
|
||||
else
|
||||
//navigation_view.push<SoundBoardView>();
|
||||
//navigation_view.push<SystemMenuView>();
|
||||
navigation_view.push<HandWriteView>(debugtxt, 20);
|
||||
//navigation_view.push<HandWriteView>(debugtxt, 20);
|
||||
navigation_view.push<SystemMenuView>();
|
||||
}
|
||||
|
||||
Context& SystemView::context() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue