Skip to content

Commit

Permalink
cleanup the k_csdk changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Luminoso-256 authored and luminoso-botntest committed Sep 15, 2023
1 parent be464cc commit 6c8c87e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ion/src/simulator/nspire/k_csdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,10 +584,10 @@ void statusflags(){
else
msg="";
}
// os_fill_rect(0,0,LCD_WIDTH_PX,16,SDK_BLACK);
// os_draw_string_medium(225,-STATUS_AREA_PX,statuscolor,SDK_BLACK,msg,false);
// os_draw_string_medium(160,-STATUS_AREA_PX,statuscolor,SDK_BLACK,os_get_angle_unit()?" rad ":" deg ",false);
// display_time();
os_fill_rect(0,0,LCD_WIDTH_PX,16,SDK_BLACK);
os_draw_string_medium(225,-STATUS_AREA_PX,statuscolor,SDK_BLACK,msg,false);
os_draw_string_medium(160,-STATUS_AREA_PX,statuscolor,SDK_BLACK,os_get_angle_unit()?" rad ":" deg ",false);
display_time();
}
void statusline(int mode){
statusflags();
Expand Down Expand Up @@ -993,7 +993,7 @@ int nspire_shift=0;
int nspire_ctrl=0;
int nspire_select=false;
void statusline(int mode){
return; //DON'T DO ANYTHING YOU IDIOT
return; //this is broken for our purposes and it honestly doesn't matter enough to fix.
char *msg=0;
if (nspire_ctrl){
if (nspire_shift)
Expand Down

0 comments on commit 6c8c87e

Please sign in to comment.