Rev 108 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 108 | Rev 143 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | LCD_printfxy(17,0,"[%i]",MenuePunkt); |
35 | LCD_printfxy(17,0,"[%i]",MenuePunkt); |
36 | switch(MenuePunkt) |
36 | switch(MenuePunkt) |
37 | { |
37 | { |
38 | case 0: |
38 | case 0: |
39 | LCD_printfxy(0,0,"++ MikroKopter ++"); |
39 | LCD_printfxy(0,0,"++ MikroKopter ++"); |
40 | LCD_printfxy(0,1,"V%d.%d",VERSION_HAUPTVERSION, VERSION_NEBENVERSION); |
40 | // LCD_printfxy(0,1,"V%d.%d",VERSION_HAUPTVERSION, VERSION_NEBENVERSION); |
41 | LCD_printfxy(0,2,"Setting: %d ",GetActiveParamSetNumber()); |
41 | LCD_printfxy(0,2,"Setting: %d ",GetActiveParamSetNumber()); |
42 | LCD_printfxy(0,3,"(c) Holger Buss"); |
42 | LCD_printfxy(0,3,"(c) Holger Buss"); |
43 | // if(RemoteTasten & KEY3) TestInt--; |
43 | // if(RemoteTasten & KEY3) TestInt--; |
44 | // if(RemoteTasten & KEY4) TestInt++; |
44 | // if(RemoteTasten & KEY4) TestInt++; |
45 | break; |
45 | break; |
Line 113... | Line 113... | ||
113 | default: MaxMenue = MenuePunkt - 1; |
113 | default: MaxMenue = MenuePunkt - 1; |
114 | MenuePunkt = 0; |
114 | MenuePunkt = 0; |
115 | break; |
115 | break; |
116 | } |
116 | } |
117 | RemoteTasten = 0; |
117 | RemoteTasten = 0; |
118 | } |
- | |
119 | 118 | } |
|
- | 119 |