Subversion Repositories FlightCtrl

Rev

Rev 2533 | Rev 2540 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2050 holgerb 1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Software Nutzungsbedingungen (english version: see below)
3
// + www.MikroKopter.com
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + der Fa. HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland - nachfolgend Lizenzgeber genannt -
6
// + Der Lizenzgeber räumt dem Kunden ein nicht-ausschließliches, zeitlich und räumlich* unbeschränktes Recht ein, die im den
7
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool 
8
// + - nachfolgend Software genannt - nur für private Zwecke zu nutzen.
9
// + Der Einsatz dieser Software ist nur auf oder mit Produkten des Lizenzgebers zulässig.
10
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11
// + Die vom Lizenzgeber gelieferte Software ist urheberrechtlich geschützt. Alle Rechte an der Software sowie an sonstigen im
12
// + Rahmen der Vertragsanbahnung und Vertragsdurchführung überlassenen Unterlagen stehen im Verhältnis der Vertragspartner ausschließlich dem Lizenzgeber zu.
13
// + Die in der Software enthaltenen Copyright-Vermerke, Markenzeichen, andere Rechtsvorbehalte, Seriennummern sowie
14
// + sonstige der Programmidentifikation dienenden Merkmale dürfen vom Kunden nicht verändert oder unkenntlich gemacht werden.
15
// + Der Kunde trifft angemessene Vorkehrungen für den sicheren Einsatz der Software. Er wird die Software gründlich auf deren
16
// + Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
17
// + Die Haftung des Lizenzgebers wird - soweit gesetzlich zulässig - begrenzt in Höhe des typischen und vorhersehbaren
18
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand 
19
// + des Mitverschuldens offen.
20
// + Der Kunde trifft angemessene Vorkehrungen für den Fall, dass die Software ganz oder teilweise nicht ordnungsgemäß arbeitet.
21
// + Er wird die Software gründlich auf deren Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
22
// + Der Kunde wird er seine Daten vor Einsatz der Software nach dem Stand der Technik sichern.
23
// + Der Kunde ist darüber unterrichtet, dass der Lizenzgeber seine Daten im zur Vertragsdurchführung erforderlichen Umfang
24
// + und auf Grundlage der Datenschutzvorschriften erhebt, speichert, verarbeitet und, sofern notwendig, an Dritte übermittelt.
25
// + *) Die räumliche Nutzung bezieht sich nur auf den Einsatzort, nicht auf die Reichweite der programmierten Software.
26
// + #### ENDE DER NUTZUNGSBEDINGUNGEN ####'
27
// +  Hinweis: Informationen über erweiterte Nutzungsrechte (wie z.B. Nutzung für nicht-private Zwecke) sind auf Anfrage per Email an info(@)hisystems.de verfügbar.
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// + Software LICENSING TERMS
30
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
32
// + The Licensor grants the customer a non-exclusive license to use the microcontroller firmware of the Flight-Ctrl, Navi-Ctrl, BL-Ctrl, and MK3Mag hardware 
33
// + (the Software) exclusively for private purposes. The License is unrestricted with respect to time and territory*.
34
// + The Software may only be used with the Licensor's products.
35
// + The Software provided by the Licensor is protected by copyright. With respect to the relationship between the parties to this
36
// + agreement, all rights pertaining to the Software and other documents provided during the preparation and execution of this
37
// + agreement shall be the property of the Licensor.
38
// + The information contained in the Software copyright notices, trademarks, other legal reservations, serial numbers and other
39
// + features that can be used to identify the program may not be altered or defaced by the customer.
40
// + The customer shall be responsible for taking reasonable precautions
41
// + for the safe use of the Software. The customer shall test the Software thoroughly regarding its suitability for the
42
// + intended purpose before implementing it for actual operation. The Licensor's liability shall be limited to the extent of typical and
43
// + foreseeable damage to the extent permitted by law, notwithstanding statutory liability for bodily injury and product
44
// + liability. However, the Licensor shall be entitled to the defense of contributory negligence.
45
// + The customer will take adequate precautions in the case, that the software is not working properly. The customer will test
46
// + the software for his purpose before any operational usage. The customer will backup his data before using the software.
47
// + The customer understands that the Licensor collects, stores and processes, and, where required, forwards, customer data
48
// + to third parties to the extent necessary for executing the agreement, subject to applicable data protection and privacy regulations.
49
// + *) The territory aspect only refers to the place where the Software is used, not its programmed range.
50
// + #### END OF LICENSING TERMS ####
51
// + Note: For information on license extensions (e.g. commercial use), please contact us at info(@)hisystems.de.
52
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1484 killagreg 53
#include "jetimenu.h"
54
#include "libfc.h"
55
#include "printf_P.h"
56
#include "main.h"
57
#include "spi.h"
1500 killagreg 58
#include "capacity.h"
1930 holgerb 59
#include "hottmenu.h"
1484 killagreg 60
 
61
#define JETIBOX_KEY_RIGHT       0x1F
62
#define JETIBOX_KEY_UP          0x2F
63
#define JETIBOX_KEY_DOWN        0x4F
64
#define JETIBOX_KEY_LEFT        0x8F
65
#define JETIBOX_KEY_NONE        0x0F
66
#define JETIBOX_KEY_UNDEF       0x00
67
 
68
#define JetiBox_printfxy(x,y,format, args...)  { LIBFC_JetiBox_SetPos(y * 16 + x); _printf_P(&LIBFC_JetiBox_Putchar, PSTR(format) , ## args);}
69
#define JetiBox_printf(format, args...)        {  _printf_P(&LIBFC_JetiBox_Putchar, PSTR(format) , ## args);}
70
 
2537 holgerb 71
unsigned char JumpToMenu = 0xff;
72
 
1484 killagreg 73
// -----------------------------------------------------------
74
// the menu functions
75
// -----------------------------------------------------------
1517 killagreg 76
void Menu_Status(uint8_t key)
77
{                                               //0123456789ABCDEF
2030 holgerb 78
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1512 holgerb 79
        JetiBox_printfxy(0,0,"%2i.%1iV",UBat/10, UBat%10);
80
        if(NaviDataOkay)
1484 killagreg 81
        {
2482 holgerb 82
                JetiBox_printfxy(6,0,"%3d%c %3dm%c",CompassCorrected, 0xDF, GPSInfo.HomeDistance/10,NC_GPS_ModeCharacter);
1484 killagreg 83
        }
1517 killagreg 84
        else
85
        {
2482 holgerb 86
                JetiBox_printfxy(6,0,"Status    ");
1517 killagreg 87
        }
1930 holgerb 88
 
89
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
90
        if(NC_ErrorCode)
91
        {
92
         static unsigned int timer;
93
         static char toggle = 1;
94
 
95
         if(CheckDelay(timer)) { if(toggle) toggle = 0; else toggle = 1; timer = SetDelay(1500);};
96
     if(toggle)
97
          {
98
       LIBFC_JetiBox_SetPos(0);
99
           _printf_P(&LIBFC_JetiBox_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);
100
          }
101
          else
102
          {
103
           JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode);
2327 holgerb 104
//         if(MotorenEin) JetiBeep = 'O'; 
1930 holgerb 105
          }
106
        }
2344 holgerb 107
        else
2482 holgerb 108
         if(NC_To_FC_Flags & NC_TO_FC_SIMULATION_ACTIVE)
109
         {
110
           JetiBox_printfxy(6,0,"SIMULATION");
111
         }
112
        else
2345 holgerb 113
        if(ShowSettingNameTime)
2344 holgerb 114
        {
115
         LIBFC_JetiBox_Clear();
2482 holgerb 116
         JetiBox_printfxy(0,0,"Set%d:%s",ActiveParamSet,EE_Parameter.Name);
117
         if(FC_StatusFlags3 & FC_STATUS3_BOAT) JetiBox_printfxy(0,1,"(Boat-Mode)");
2344 holgerb 118
         return; // nichts weiter ausgeben
119
        }
120
 
1930 holgerb 121
#else
2327 holgerb 122
        if(NC_ErrorCode) { JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode); if(MotorenEin) JetiBeep = 'S';};
1930 holgerb 123
#endif
1591 holgerb 124
        JetiBox_printfxy(0,1,"%4i %2i:%02i",Capacity.UsedCapacity,FlugSekunden/60,FlugSekunden%60);
1916 holgerb 125
        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
1517 killagreg 126
        {
1591 holgerb 127
                JetiBox_printfxy(10,1,"%4im%c", (int16_t)(HoehenWert/100),VarioCharacter);
1517 killagreg 128
        }
2533 holgerb 129
        if(FC_StatusFlags3 & FC_STATUS3_REDUNDANCE_AKTIVE) JetiBox_printfxy(10,1,"R");
2437 holgerb 130
 
2030 holgerb 131
#endif
1517 killagreg 132
}
1512 holgerb 133
 
1705 holgerb 134
 
1693 holgerb 135
void Menu_Temperature(uint8_t key)
1517 killagreg 136
{                       //0123456789ABCDEF
2030 holgerb 137
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1687 holgerb 138
  JetiBox_printfxy(0,0,"%3i %3i %3i %3i", Motor[0].Temperature, Motor[1].Temperature, Motor[2].Temperature, Motor[3].Temperature);
1693 holgerb 139
  JetiBox_printfxy(0,1,"%3i %3i %3i %3i", Motor[4].Temperature, Motor[5].Temperature, Motor[6].Temperature, Motor[7].Temperature);
1690 holgerb 140
  if(RequiredMotors <= 4)
141
        {
142
         JetiBox_printfxy(0,1,"Temperatures    ");
143
    }
144
        else
145
    if(RequiredMotors <= 6)
146
        {
147
         JetiBox_printfxy(8,1,"\%cC     ",0xdf);
148
        }
1692 holgerb 149
 
2030 holgerb 150
#endif
1484 killagreg 151
}
1517 killagreg 152
 
153
void Menu_Battery(uint8_t key)
1500 killagreg 154
{                       //0123456789ABCDEF
2030 holgerb 155
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1972 holgerb 156
        JetiBox_printfxy(0,0,"%2i.%1iV %3i.%1iA", UBat/10, UBat%10, Capacity.ActualCurrent/10, Capacity.ActualCurrent%10);
1529 killagreg 157
        JetiBox_printfxy(0,1,"%4iW %6imAh",Capacity.ActualPower, Capacity.UsedCapacity);
2030 holgerb 158
#endif
1500 killagreg 159
}
160
 
1972 holgerb 161
void Magnet_Values(uint8_t key)
162
{                       //0123456789ABCDEF
2030 holgerb 163
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1972 holgerb 164
        JetiBox_printfxy(0,0,"Magnet:%3i%% %3i%c",EarthMagneticField, KompassValue,0xDF);
165
        JetiBox_printfxy(0,1,"Incli.:%3i%c (%i) ",EarthMagneticInclination, 0xDF,EarthMagneticInclinationTheoretic);
2030 holgerb 166
#endif
1972 holgerb 167
}
1680 holgerb 168
 
1972 holgerb 169
 
2418 holgerb 170
void Menu_WPL_A1(uint8_t key)
171
{                       //0123456789ABCDEF
172
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
173
        JetiBox_printfxy(0,0,"Load Waypoints");
2420 holgerb 174
        JetiBox_printfxy(0,1,"(Fixed)      ");
2418 holgerb 175
#endif
176
}
177
 
178
void Menu_WPL_R1(uint8_t key)
179
{                       //0123456789ABCDEF
180
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
181
        JetiBox_printfxy(0,0,"Load Waypoints");
182
        JetiBox_printfxy(0,1,"(Relative)   ");
183
#endif
184
}
185
 
2440 holgerb 186
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 187
void Menu_POINT_LD(uint8_t key)
188
{                       //0123456789ABCDEF
189
        JetiBox_printfxy(0,0,"Load singl.Point");
190
//      JetiBox_printfxy(0,1,"(Fixed)      ");
2440 holgerb 191
}
2439 holgerb 192
#endif
193
 
2440 holgerb 194
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 195
void Menu_POINT_SV(uint8_t key)
196
{                       //0123456789ABCDEF
197
        JetiBox_printfxy(0,0,"Save singl.Point");
198
//      JetiBox_printfxy(0,1,"(Relative)   ");
2440 holgerb 199
}
2537 holgerb 200
 
201
void Menu_AccCal_Ask(uint8_t key)
202
{                       //0123456789ABCDEF
203
        JetiBox_printfxy(0,0,"ACC calibration");
204
//      JetiBox_printfxy(0,1,"(Relative)   ");
205
}
206
 
207
void Menu_AccCal(uint8_t key)
208
{
209
 static unsigned char changed = 0;
210
                                                //0123456789ABCDEF
211
        JetiBox_printfxy(0,0,"ACC calibration");
212
 
213
        if((FC_StatusFlags & FC_STATUS_MOTOR_RUN) && ((NC_GPS_ModeCharacter == ' ') || (NC_GPS_ModeCharacter == '/') || (NC_GPS_ModeCharacter == '-')))
214
         {
215
          if(!EE_Parameter.Driftkomp) EE_Parameter.Driftkomp = 6; // enables the Gyro-Drift compensation to make sure that a litlte calibration error won't effect the attitude                                   
216
          JetiBox_printfxy(0,0,"ACC  N=%3i R=%3i",NeutralAccX,NeutralAccY);
217
          if(ChannelNick || ChannelRoll)
218
                                        JetiBox_printfxy(0,1,"Stick! (%i/%i)",ChannelNick,ChannelRoll)
219
          else                             //0123456789ABCDEF
220
          if(changed)   JetiBox_printfxy(0,1,"land to safe    ")
221
          else                  JetiBox_printfxy(0,1,"use keys now    ")
222
 
223
          if(key== JETIBOX_KEY_UP   )  {NeutralAccX++;JetiBeep=130; changed = 1;}
224
          if(key== JETIBOX_KEY_DOWN )  {NeutralAccX--;JetiBeep=130; changed = 1;}
225
          if(key== JETIBOX_KEY_RIGHT ) {NeutralAccY++;JetiBeep=130; changed = 1;}
226
          if(key== JETIBOX_KEY_LEFT)   {NeutralAccY--;JetiBeep=130; changed = 1;}
227
    }
228
         else
229
         {
230
          if(!(FC_StatusFlags & FC_STATUS_MOTOR_RUN))    // motors are off 
231
                 {
232
             if(key == JETIBOX_KEY_LEFT) { JumpToMenu = 0; changed = 0; }// Exit
233
 
234
                 if(changed == 0) JetiBox_printfxy(0,1,"Fly with GPS off")
235
                 else
236
                 if(changed == 1)
237
                   {
238
                          JetiBox_printfxy(0,1,"       safe -->")
239
                    if(key== JETIBOX_KEY_RIGHT)
240
                         {
241
                          StoreNeutralToEeprom();
242
                          JetiBeep = 130;
243
                          changed = 2;
244
                         }
245
                  }
246
                 else
247
                 if(changed == 2)
248
                   {
249
                          JetiBox_printfxy(0,1," values stored  ");
250
           }
251
           }                        //0123456789ABCDEF
252
           else JetiBox_printfxy(0,1,"switch GPS off  ")
253
         }  
254
//      JetiBox_printfxy(0,1,"(Relative)   ");
255
}
2439 holgerb 256
#endif
257
 
2440 holgerb 258
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 259
void Menu_POINT_SV2(uint8_t key)
260
{                       //0123456789ABCDEF
261
static unsigned char load_waypoint_tmp = 1, changed;
262
 
263
//  if(WPL_Name[0] == 0) JetiBox_printfxy(0,0,"Relative WPs ")
264
//  else JetiBox_printfxy(0,0,"Rel:%s",WPL_Name);
265
  JetiBox_printfxy(0,0,"Save Point:");
266
 
267
  if(NaviData_MaxWpListIndex == 0) JetiBox_printfxy(0,1,"no SD-Card")
268
  else
269
  if(GPSInfo.SatFix != SATFIX_3D) JetiBox_printfxy(0,1,"no GPS-Fix")
270
  else
271
  {
272
        JetiBox_printfxy(11,0,"%2d",load_waypoint_tmp);
273
 
274
//      if(NaviData_WaypointNumber)     JetiBox_printfxy(8,1,"%2d/%d ",NaviData_WaypointIndex,NaviData_WaypointNumber)
275
//      else JetiBox_printfxy(8,1,"--/--")
276
        JetiBox_printfxy(0,1,"Dir:%3d Alt:%3dm",CompassCorrected,(int16_t)(HoehenWert/100))
277
 
278
    if(changed)         JetiBox_printfxy(14,0,"->")
279
        else            JetiBox_printfxy(14,0,"  ");
280
 
281
        if(key == JETIBOX_KEY_UP && load_waypoint_tmp < NaviData_MaxWpListIndex) { load_waypoint_tmp++; changed = 1;}
282
        if(key == JETIBOX_KEY_DOWN && load_waypoint_tmp > 1) { load_waypoint_tmp--; changed = 1; }
283
 
284
        if(key == JETIBOX_KEY_RIGHT && load_waypoint_tmp)
285
        {
286
         ToNC_Store_SingePoint = load_waypoint_tmp;
287
         changed = 0;
288
        }
289
  }
2440 holgerb 290
}
2439 holgerb 291
#endif
292
 
2440 holgerb 293
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 294
void Menu_POINT_LD2(uint8_t key)
295
{                       //0123456789ABCDEF
296
static unsigned char load_waypoint_tmp = 1, changed;
297
 
298
//  if(WPL_Name[0] == 0) JetiBox_printfxy(0,0,"FIX Waypoints")
299
//  else JetiBox_printfxy(0,0,"FIX:%s",WPL_Name);
300
  JetiBox_printfxy(0,0,"Load Point")
301
 
302
  if(NaviData_MaxWpListIndex == 0) JetiBox_printfxy(0,1,"no SD-Card")
303
  else
304
  {
305
        JetiBox_printfxy(11,0,"%2d",load_waypoint_tmp);
306
 
307
        if(NaviData_WaypointNumber)     JetiBox_printfxy(0,1,"Dist:%3d Alt:%3d ",NaviData_TargetDistance,(int16_t)(FromNC_AltitudeSetpoint/100))
308
        else JetiBox_printfxy(8,1,"                ");
309
 
310
    if(changed)         JetiBox_printfxy(14,0,"->")
311
        else            JetiBox_printfxy(14,0,"  ");
312
 
313
        if(key == JETIBOX_KEY_UP && load_waypoint_tmp < NaviData_MaxWpListIndex) { load_waypoint_tmp++; changed = 1;}
314
        if(key == JETIBOX_KEY_DOWN && load_waypoint_tmp > 1) { load_waypoint_tmp--; changed = 1; }
315
 
316
        if(key == JETIBOX_KEY_RIGHT && load_waypoint_tmp)
317
        {
318
         ToNC_Load_SingePoint = load_waypoint_tmp;
319
         changed = 0;
320
        }
321
  }
2440 holgerb 322
}
2439 holgerb 323
#endif
324
 
325
 
2418 holgerb 326
void Menu_WPL_A2(uint8_t key)
327
{                       //0123456789ABCDEF
328
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
2420 holgerb 329
static unsigned char load_waypoint_tmp = 1, changed;
2424 holgerb 330
 
331
  if(WPL_Name[0] == 0) JetiBox_printfxy(0,0,"FIX Waypoints")
332
  else JetiBox_printfxy(0,0,"FIX:%s",WPL_Name);
2418 holgerb 333
 
2420 holgerb 334
  if(NaviData_MaxWpListIndex == 0) JetiBox_printfxy(0,1,"no SD-Card")
335
  else
336
  {
337
        JetiBox_printfxy(0,1,"#%2d WP:",load_waypoint_tmp);
338
        if(NaviData_WaypointNumber)     JetiBox_printfxy(8,1,"%2d/%d ",NaviData_WaypointIndex,NaviData_WaypointNumber)
339
        else JetiBox_printfxy(8,1,"--/--")
340
 
2418 holgerb 341
    if(changed)         JetiBox_printfxy(14,1,"->")
342
        else            JetiBox_printfxy(14,1,"  ");
343
 
2420 holgerb 344
        if(key == JETIBOX_KEY_UP && load_waypoint_tmp < NaviData_MaxWpListIndex) { load_waypoint_tmp++; changed = 1;}
345
        if(key == JETIBOX_KEY_DOWN && load_waypoint_tmp > 1) { load_waypoint_tmp--; changed = 1; }
2418 holgerb 346
 
347
        if(key == JETIBOX_KEY_RIGHT && load_waypoint_tmp)
348
        {
349
         ToNC_Load_WP_List = load_waypoint_tmp;
350
         changed = 0;
351
        }
2420 holgerb 352
  }
2418 holgerb 353
#endif
354
}
355
 
356
void Menu_WPL_R2(uint8_t key)
357
{                       //0123456789ABCDEF
358
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
2420 holgerb 359
static unsigned char load_waypoint_tmp = 1, changed;
2418 holgerb 360
 
2425 holgerb 361
  if(WPL_Name[0] == 0) JetiBox_printfxy(0,0,"Relative WPs ")
2424 holgerb 362
  else JetiBox_printfxy(0,0,"Rel:%s",WPL_Name);
363
 
2420 holgerb 364
  if(NaviData_MaxWpListIndex == 0) JetiBox_printfxy(0,1,"no SD-Card")
365
  else
2425 holgerb 366
  if(GPSInfo.SatFix != SATFIX_3D) JetiBox_printfxy(0,1,"no GPS-Fix")
367
  else
2420 holgerb 368
  {
369
        JetiBox_printfxy(0,1,"#%2d WPs:",load_waypoint_tmp);
370
        if(NaviData_WaypointNumber)     JetiBox_printfxy(8,1,"%2d/%d ",NaviData_WaypointIndex,NaviData_WaypointNumber)
371
        else JetiBox_printfxy(8,1,"--/--")
2418 holgerb 372
 
373
    if(changed)         JetiBox_printfxy(14,1,"->")
374
        else            JetiBox_printfxy(14,1,"  ");
375
 
2420 holgerb 376
        if(key == JETIBOX_KEY_UP && load_waypoint_tmp < NaviData_MaxWpListIndex) { load_waypoint_tmp++; changed = 1;}
377
        if(key == JETIBOX_KEY_DOWN && load_waypoint_tmp > 1) { load_waypoint_tmp--; changed = 1; }
2418 holgerb 378
 
379
        if(key == JETIBOX_KEY_RIGHT && load_waypoint_tmp)
380
        {
381
         ToNC_Load_WP_List = load_waypoint_tmp | 0x80;
382
         changed = 0;
383
        }
2420 holgerb 384
  }
2418 holgerb 385
#endif
386
}
387
 
388
 
389
 
1517 killagreg 390
void Menu_PosInfo(uint8_t key)
1484 killagreg 391
{
2030 holgerb 392
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1484 killagreg 393
        if(NaviDataOkay)
394
        {
1690 holgerb 395
                JetiBox_printfxy(0,0,"%2um/s Sat:%d ",GPSInfo.Speed,GPSInfo.NumOfSats);
1517 killagreg 396
                switch (GPSInfo.SatFix)
397
                {
1690 holgerb 398
                        case SATFIX_3D:
399
                                JetiBox_printfxy(12,0,"  3D");
1517 killagreg 400
                                break;
1933 holgerb 401
//                      case SATFIX_2D:
402
//                      case SATFIX_NONE:
1517 killagreg 403
                        default:
1690 holgerb 404
                                JetiBox_printfxy(12,0,"NoFx");
1517 killagreg 405
                                break;
406
                }
407
                if(GPSInfo.Flags & FLAG_DIFFSOLN)
408
                {
1690 holgerb 409
                        JetiBox_printfxy(12,0,"DGPS");
1517 killagreg 410
                }
1923 holgerb 411
                JetiBox_printfxy(0,1,"Home:%3dm %3d%c %c", GPSInfo.HomeDistance/10, GPSInfo.HomeBearing, 0xDF,NC_GPS_ModeCharacter);
1484 killagreg 412
        }
413
        else
1517 killagreg 414
        {                     //0123456789ABCDEF
415
                JetiBox_printfxy(2,0,"No NaviCtrl!");
1484 killagreg 416
        }
2030 holgerb 417
#endif
1484 killagreg 418
}
419
 
1517 killagreg 420
 
1484 killagreg 421
// -----------------------------------------------------------
422
// the menu topology
423
// -----------------------------------------------------------
424
typedef void (*pFctMenu) (uint8_t);  // the menu item handler function pointer
425
 
426
typedef struct{
427
  int8_t left;
428
  int8_t right;
429
  int8_t up;
430
  int8_t down;
431
  pFctMenu pHandler;
432
} MENU_ENTRY;
433
 
434
 
435
// the menu navigation structure
1517 killagreg 436
/*                                              |
437
3 - 0 - 1 - 2 - 3 - 0
1484 killagreg 438
*/
439
 
440
const MENU_ENTRY JetiBox_Menu[] PROGMEM=
441
{ // l  r  u  d  pHandler
2030 holgerb 442
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
2440 holgerb 443
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2537 holgerb 444
#define ACC_CAL  13
2439 holgerb 445
        {8, 1, 0, 0, &Menu_Status },    // 0
1693 holgerb 446
        {0, 2, 1, 1, &Menu_Temperature },       // 1
1517 killagreg 447
        {1, 3, 2, 2, &Menu_Battery },   // 2
1972 holgerb 448
        {2, 4, 3, 3, &Menu_PosInfo },   // 3
2439 holgerb 449
        {3, 5, 4, 9, &Menu_WPL_A1 },    // 4
450
        {4, 6, 5,10, &Menu_WPL_R1 },    // 5
451
        {5, 7, 6,11, &Menu_POINT_LD},   // 6
452
        {6, 8, 7,12, &Menu_POINT_SV},   // 7
2537 holgerb 453
        {7, 9, 8, 8, &Magnet_Values },  // 8
454
        {8, 0, 9,14, &Menu_AccCal_Ask},// 9
2418 holgerb 455
 
2537 holgerb 456
        {4,10,10,10, &Menu_WPL_A2 },    // 10
457
        {5,11,11,11, &Menu_WPL_R2 },    // 11
458
        {6,12,12,12, &Menu_POINT_LD2},  // 12
459
        {7,13,13,13, &Menu_POINT_SV2},  // 13
460
 
461
        {14,14,14,14, &Menu_AccCal},    // 14 
2440 holgerb 462
#else
463
        {6, 1, 0, 0, &Menu_Status },    // 0
464
        {0, 2, 1, 1, &Menu_Temperature },       // 1
465
        {1, 3, 2, 2, &Menu_Battery },   // 2
466
        {2, 4, 3, 3, &Menu_PosInfo },   // 3
467
        {3, 5, 7, 7, &Menu_WPL_A1 },    // 4
468
        {4, 6, 8, 8, &Menu_WPL_R1 },    // 5
469
        {5, 0, 6, 6, &Magnet_Values },  // 6
470
 
471
        {4, 7, 7, 7, &Menu_WPL_A2 },    // 7
472
        {5, 8, 8, 8, &Menu_WPL_R2 },    // 8
473
#endif
2418 holgerb 474
 
2030 holgerb 475
#endif
1484 killagreg 476
};
477
 
478
// -----------------------------------------------------------
479
// Update display buffer
480
// -----------------------------------------------------------
1583 ingob 481
unsigned char JetiBox_Update(unsigned char key)
1484 killagreg 482
{
2030 holgerb 483
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1484 killagreg 484
        static uint8_t item = 0, last_item = 0; // the menu item
2418 holgerb 485
        static uint8_t updateDelay = 1 , last_key;
1484 killagreg 486
        // navigate within the menu by key action
487
        last_item = item;
488
        switch(key)
489
        {
490
                case JETIBOX_KEY_LEFT:
1972 holgerb 491
                        //if (item == 0) return (1);                                                                    // switch back to jeti expander menu
492
                        // else 
493
                         item = pgm_read_byte(&JetiBox_Menu[item].left);                //trigger to left menu item
1484 killagreg 494
                        break;
495
                case JETIBOX_KEY_RIGHT:
496
                        item = pgm_read_byte(&JetiBox_Menu[item].right);        //trigger to right menu item
497
                        break;
498
                case JETIBOX_KEY_UP:
499
                        item = pgm_read_byte(&JetiBox_Menu[item].up);           //trigger to up menu item
500
                        break;
501
                case JETIBOX_KEY_DOWN:
502
                        item = pgm_read_byte(&JetiBox_Menu[item].down);         //trigger to down menu item
503
                        break;
504
                default:
505
                        break;
506
        }
2537 holgerb 507
        if(JumpToMenu != 0xff) { item = JumpToMenu; JumpToMenu = 0xff;};
1484 killagreg 508
        // if the menu item has been changed, do not pass the key to the item handler
509
        // to avoid jumping over to items
510
        if(item != last_item) key = JETIBOX_KEY_UNDEF;
511
 
2448 holgerb 512
//      if((updateDelay++ & 0x01) || (key != last_key))
513
        if((updateDelay++ & 0x01) || (key != JETIBOX_KEY_NONE))
2182 ingob 514
        {      
2418 holgerb 515
                last_key = key;
2182 ingob 516
                LIBFC_JetiBox_Clear();
517
                //execute menu item handler
518
                ((pFctMenu)(pgm_read_word(&(JetiBox_Menu[item].pHandler))))(key);
519
        }      
2030 holgerb 520
#endif
1583 ingob 521
        return (0);
1484 killagreg 522
}
523