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:
parent
6266898738
commit
48e0a262de
4 changed files with 17 additions and 20 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue