优化显示
diff --git a/supwisdom/sp_display.c b/supwisdom/sp_display.c
index ba3b39f..ec618b1 100644
--- a/supwisdom/sp_display.c
+++ b/supwisdom/sp_display.c
@@ -59,8 +59,8 @@
 
 static void show_bottom(sp_pos_t* pos)
 {
-  sprintf(line_buff,"%02d:%02x%02x%02x%02x",pos->deviceno, pos->devphyid[0],
-          pos->devphyid[1], pos->devphyid[2], pos->devphyid[3]);
+  sprintf(line_buff,"%02d:%02x%02x%02x%02x    v%s",pos->deviceno, pos->devphyid[0],
+          pos->devphyid[1], pos->devphyid[2], pos->devphyid[3],PRO_VERSION);
   glcd_draw_string_xy(0, GLCD_BUTTOM_Y, line_buff);
 }
 
@@ -100,7 +100,7 @@
   if(MEMCMP(ctime,last_ctime,6) != 0)
   {
     MEMCPY(last_ctime,ctime,6);
-    disp_hint_info_two(pos,"F°æ±¾",PRO_VERSION,0);
+    disp_hint_info_two(pos,">>Ë¢ÊÐÃñ¿¨³öË®",">>°´È·ÈϼüɨÂë",0);
   }
 }