Mercurial > public > ostc4
comparison Discovery/Src/t7.c @ 178:d36596281501
Minor: Replace stupid "Sleep Sleep Sleep" message with something more meaningful
author | heinrichsweikamp |
---|---|
date | Wed, 13 Mar 2019 20:51:50 +0100 |
parents | ecb71521d004 |
children | 485c5135cf7f |
comparison
equal
deleted
inserted
replaced
177:458f16cda15c | 178:d36596281501 |
---|---|
661 | 661 |
662 if(state > 400) | 662 if(state > 400) |
663 ytop = 800 - state; | 663 ytop = 800 - state; |
664 else | 664 else |
665 ytop = 0 + state; | 665 ytop = 0 + state; |
666 Gfx_write_label_var(&t7screen, 300,800, ytop,&FontT48,CLUT_Font020,"SLEEP SLEEP SLEEP"); | 666 Gfx_write_label_var(&t7screen, 300,800, ytop,&FontT48,CLUT_Font020,"Shutting down..."); |
667 } | 667 } |
668 | 668 |
669 void t7_refresh_surface(void) | 669 void t7_refresh_surface(void) |
670 { | 670 { |
671 char text[256]; | 671 char text[256]; |