1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Changes in stamp

This commit is contained in:
bsongis 2012-01-19 20:53:38 +00:00
parent 6266898738
commit 48e0a262de
4 changed files with 17 additions and 20 deletions

View file

@ -429,11 +429,10 @@ void menuProcDiagVers(uint8_t event)
{
SIMPLE_MENU(STR_MENUVERSION, menuTabDiag, e_Vers, 1);
lcd_puts_P(0, 2*FH,stamp4 );
lcd_puts_P(0, 3*FH,stamp1 );
lcd_puts_P(0, 4*FH,stamp5 );
lcd_puts_P(0, 5*FH,stamp2 );
lcd_puts_P(0, 6*FH,stamp3 );
lcd_puts_P(0, 2*FH,stamp1 );
lcd_puts_P(0, 3*FH,stamp2 );
lcd_puts_P(0, 4*FH,stamp3 );
lcd_puts_P(0, 5*FH,stamp4 );
lcd_puts_P(0, 7*FH,STR_EEPROMV);
lcd_outdezAtt(8*FW, 7*FH, g_eeGeneral.myVers, LEFT);
}