Add files to repository
This commit is contained in:
parent
8c4cc14d42
commit
dc9092e312
9 changed files with 369 additions and 1 deletions
7
Status.HC
Normal file
7
Status.HC
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue