Updating text engine backend

This commit is contained in:
GearsProgress
2026-03-18 22:55:38 -04:00
parent 1f29379810
commit a7ebcd06fe
13 changed files with 117 additions and 180 deletions

View File

@@ -9,7 +9,7 @@
static void multiboot_show_textbox()
{
tte_erase_rect(0, 0, RIGHT, BOTTOM);
tte_erase_rect(0, 0, H_MAX, V_MAX);
create_textbox(4, 1, 152, 100, true);
}
@@ -52,7 +52,6 @@ void multiboot_upload_screen()
// (when this returns true, the transfer will be canceled)
});
// show result
// clear_textbox();
multiboot_show_textbox();
if (multibootResult == LinkCableMultiboot::Result::SUCCESS)
{