示例#1
0
 /* **************************************************************** */
 // Panel  : panWarning
 // Needs  : X, Y locations
 // Output : Warning panel
 // Size   : 1 x 7Hea  (rows x chars)
 // Staus  : done
 public int panWarn(int first_col, int first_line)
 {
     osd.setPanel(first_col, first_line);
     osd.openPanel();
     osd.printf_P(PSTR("\x20\x4f\x76\x65\x72\x53\x70\x65\x65\x64\x21\x20"));
     osd.closePanel();
     return(0);
 }
示例#2
0
 /* **************************************************************** */
 // Panel  : panWarning
 // Needs  : X, Y locations
 // Output : Warning panel
 // Size   : 1 x 7Hea  (rows x chars)
 // Staus  : done
 public int panWarn(int first_col, int first_line)
 {
     osd.setPanel(first_col, first_line);
     osd.openPanel();
     osd.printf_P(PSTR("\x20\x20\x20\x20\x20\xdd\xdc\x21\x20\x20\x20\x20"));
     osd.closePanel();
     return(0);
 }