OSDN Git Service

GPS valid=07にならなくても記録を開始してしまうバグ修正
[scilog/scilog.git] / thread_disp.c
index fcd49e4..84edd41 100644 (file)
@@ -3,30 +3,6 @@
 #include "ad_ring.h"
 #include "lcd.h"
 
-static void scr_init(void)
-{
-       int     iLeft = 0;
-       int     iY = 0;
-       
-       lcd_clear();
-
-       lcd_pos(iLeft, iY);
-       lcd_print("TIME:");
-       iY++;
-//     lcd_pos(iLeft, iY);
-//     lcd_print("STS:");
-//     iY++;
-       lcd_pos(iLeft, iY);
-       lcd_print("HX:");
-       iY++;
-       lcd_pos(iLeft, iY);
-       lcd_print("HY:");
-       iY++;
-       lcd_pos(iLeft, iY);
-       lcd_print("HZ:");
-       iY++;
-}
-
 /*
 
 */
@@ -90,5 +66,6 @@ void* thread_disp(void* pParam)
                        // AD表示
                        scr_disp_ad(d);
                }
+               usleep(100*1000);
        }
 }