Rev 1502 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1502 | Rev 1504 | ||
---|---|---|---|
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 +"); |
|
47 | LCD_printfxy(0,0,"+ MikroKopter +"); |
48 | // 091114 Modified the next line by adding -Arthur P after the verion text. |
48 | LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c",PlatinenVersion/10,PlatinenVersion%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH +'a'); |
49 | LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c-Arthur P",PlatinenVersion/10,PlatinenVersion%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH +'a'); |
49 | LCD_printfxy(0,2,"Setting:%d %s",GetActiveParamSetNumber(),Mixer.Name); |
50 | LCD_printfxy(0,2,"Setting:%d %s",GetActiveParamSetNumber(),Mixer.Name); |
50 | if(I2CTimeout < 6) LCD_printfxy(0,3,"I2C ERROR!!!") |
51 | if(I2CTimeout < 6) LCD_printfxy(0,3,"I2C ERROR!!!") |
51 | else |
52 | else |
52 | if(MissingMotor) LCD_printfxy(0,3,"Missing BL-Ctrl:%d!!",MissingMotor) |
53 | if(MissingMotor) LCD_printfxy(0,3,"Missing BL-Ctrl:%d!!",MissingMotor) |