Subversion Repositories FlightCtrl

Rev

Rev 1060 | Rev 1173 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1060 Rev 1153
Line 43... Line 43...
43
 
43
 
44
  switch(MenuePunkt)
44
  switch(MenuePunkt)
45
   {
45
   {
46
    case 0:
46
    case 0:
-
 
47
           LCD_printfxy(0,0,"+ MikroKopter +");
-
 
48
#ifdef OCTO
-
 
49
           LCD_printfxy(0,1,"HWV%d.%d SW%d.%d%c OCTO",PlatinenVersion/10,PlatinenVersion%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH +'a');
47
           LCD_printfxy(0,0,"+ MikroKopter +");
50
#else 
-
 
51
           LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c",PlatinenVersion/10,PlatinenVersion%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH +'a');
48
           LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c",PlatinenVersion/10,PlatinenVersion%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH +'a');
52
#endif
49
           LCD_printfxy(0,2,"Setting: %d ",GetActiveParamSetNumber());
53
           LCD_printfxy(0,2,"Setting: %d ",GetActiveParamSetNumber());
50
           LCD_printfxy(0,3,"(c) Holger Buss");
54
           LCD_printfxy(0,3,"(c) Holger Buss");
51
//           if(RemoteTasten & KEY3) TestInt--;
55
//           if(RemoteTasten & KEY3) TestInt--;
52
//           if(RemoteTasten & KEY4) TestInt++;
56
//           if(RemoteTasten & KEY4) TestInt++;