aboutsummaryrefslogtreecommitdiff
path: root/calibrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'calibrate.c')
-rw-r--r--calibrate.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/calibrate.c b/calibrate.c
index 6bd3e77..2db544a 100644
--- a/calibrate.c
+++ b/calibrate.c
@@ -121,6 +121,13 @@ void * GuiThread( void * v )
}
}
+ CNFGColor( 0xffffff );
+ char caldesc[256];
+ survive_cal_get_status( ctx, caldesc, sizeof( caldesc ) );
+ CNFGPenX = 3;
+ CNFGPenY = 3;
+ CNFGDrawText( caldesc, 2 );
+
CNFGSwapBuffers();
OGUSleep( 10000 );