Add files to repository

This commit is contained in:
Alec Murphy 2022-07-31 15:39:08 -04:00
parent 8c4cc14d42
commit dc9092e312
9 changed files with 369 additions and 1 deletions

7
Status.HC Normal file
View file

@ -0,0 +1,7 @@
U0 @update_status_bar() {
gr.dc->color = BLACK;
GrRect(gr.dc, 0, GR_HEIGHT - 8, GR_WIDTH, 8);
gr.dc->color = LTGRAY;
GrPrint(gr.dc, 0, GR_HEIGHT - 8, "[0x%08x] %s", sys_focus_task,
sys_focus_task->task_title);
}