From 9bba1f9e7888f512a587f76179b9dd8f389c7ae8 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Thu, 16 Feb 2017 18:09:19 -0500 Subject: Start collecting data. Getting closer to having a full cal stack. --- calibrate.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calibrate.c') 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 ); -- cgit v1.2.3