Subversion Repositories FlightCtrl

Rev

Rev 2448 | 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
 
71
// -----------------------------------------------------------
72
// the menu functions
73
// -----------------------------------------------------------
1517 killagreg 74
void Menu_Status(uint8_t key)
75
{                                               //0123456789ABCDEF
2030 holgerb 76
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1512 holgerb 77
        JetiBox_printfxy(0,0,"%2i.%1iV",UBat/10, UBat%10);
78
        if(NaviDataOkay)
1484 killagreg 79
        {
2437 holgerb 80
                JetiBox_printfxy(6,0,"%3d%c %03dm%c",CompassCorrected, 0xDF, GPSInfo.HomeDistance/10,NC_GPS_ModeCharacter);
1484 killagreg 81
        }
1517 killagreg 82
        else
83
        {
1591 holgerb 84
                JetiBox_printfxy(6,0,"Status");
1517 killagreg 85
        }
1930 holgerb 86
 
87
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
88
        if(NC_ErrorCode)
89
        {
90
         static unsigned int timer;
91
         static char toggle = 1;
92
 
93
         if(CheckDelay(timer)) { if(toggle) toggle = 0; else toggle = 1; timer = SetDelay(1500);};
94
     if(toggle)
95
          {
96
       LIBFC_JetiBox_SetPos(0);
97
           _printf_P(&LIBFC_JetiBox_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);
98
          }
99
          else
100
          {
101
           JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode);
2327 holgerb 102
//         if(MotorenEin) JetiBeep = 'O'; 
1930 holgerb 103
          }
104
        }
2344 holgerb 105
        else
2345 holgerb 106
        if(ShowSettingNameTime)
2344 holgerb 107
        {
108
         LIBFC_JetiBox_Clear();
109
         JetiBox_printfxy(0,1,"Set%d:%s  ",ActiveParamSet,EE_Parameter.Name);
110
         return; // nichts weiter ausgeben
111
        }
112
 
1930 holgerb 113
#else
2327 holgerb 114
        if(NC_ErrorCode) { JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode); if(MotorenEin) JetiBeep = 'S';};
1930 holgerb 115
#endif
1591 holgerb 116
        JetiBox_printfxy(0,1,"%4i %2i:%02i",Capacity.UsedCapacity,FlugSekunden/60,FlugSekunden%60);
1916 holgerb 117
        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
1517 killagreg 118
        {
1591 holgerb 119
                JetiBox_printfxy(10,1,"%4im%c", (int16_t)(HoehenWert/100),VarioCharacter);
1517 killagreg 120
        }
2437 holgerb 121
        if(RedundanceBlOperation) JetiBox_printfxy(10,1,"R");
122
 
2030 holgerb 123
#endif
1517 killagreg 124
}
1512 holgerb 125
 
1705 holgerb 126
 
1693 holgerb 127
void Menu_Temperature(uint8_t key)
1517 killagreg 128
{                       //0123456789ABCDEF
2030 holgerb 129
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1687 holgerb 130
  JetiBox_printfxy(0,0,"%3i %3i %3i %3i", Motor[0].Temperature, Motor[1].Temperature, Motor[2].Temperature, Motor[3].Temperature);
1693 holgerb 131
  JetiBox_printfxy(0,1,"%3i %3i %3i %3i", Motor[4].Temperature, Motor[5].Temperature, Motor[6].Temperature, Motor[7].Temperature);
1690 holgerb 132
  if(RequiredMotors <= 4)
133
        {
134
         JetiBox_printfxy(0,1,"Temperatures    ");
135
    }
136
        else
137
    if(RequiredMotors <= 6)
138
        {
139
         JetiBox_printfxy(8,1,"\%cC     ",0xdf);
140
        }
1692 holgerb 141
 
2030 holgerb 142
#endif
1484 killagreg 143
}
1517 killagreg 144
 
145
void Menu_Battery(uint8_t key)
1500 killagreg 146
{                       //0123456789ABCDEF
2030 holgerb 147
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1972 holgerb 148
        JetiBox_printfxy(0,0,"%2i.%1iV %3i.%1iA", UBat/10, UBat%10, Capacity.ActualCurrent/10, Capacity.ActualCurrent%10);
1529 killagreg 149
        JetiBox_printfxy(0,1,"%4iW %6imAh",Capacity.ActualPower, Capacity.UsedCapacity);
2030 holgerb 150
#endif
1500 killagreg 151
}
152
 
1972 holgerb 153
void Magnet_Values(uint8_t key)
154
{                       //0123456789ABCDEF
2030 holgerb 155
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1972 holgerb 156
        JetiBox_printfxy(0,0,"Magnet:%3i%% %3i%c",EarthMagneticField, KompassValue,0xDF);
157
        JetiBox_printfxy(0,1,"Incli.:%3i%c (%i) ",EarthMagneticInclination, 0xDF,EarthMagneticInclinationTheoretic);
2030 holgerb 158
#endif
1972 holgerb 159
}
1680 holgerb 160
 
1972 holgerb 161
 
2418 holgerb 162
void Menu_WPL_A1(uint8_t key)
163
{                       //0123456789ABCDEF
164
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
165
        JetiBox_printfxy(0,0,"Load Waypoints");
2420 holgerb 166
        JetiBox_printfxy(0,1,"(Fixed)      ");
2418 holgerb 167
#endif
168
}
169
 
170
void Menu_WPL_R1(uint8_t key)
171
{                       //0123456789ABCDEF
172
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
173
        JetiBox_printfxy(0,0,"Load Waypoints");
174
        JetiBox_printfxy(0,1,"(Relative)   ");
175
#endif
176
}
177
 
2440 holgerb 178
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 179
void Menu_POINT_LD(uint8_t key)
180
{                       //0123456789ABCDEF
181
        JetiBox_printfxy(0,0,"Load singl.Point");
182
//      JetiBox_printfxy(0,1,"(Fixed)      ");
2440 holgerb 183
}
2439 holgerb 184
#endif
185
 
2440 holgerb 186
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 187
void Menu_POINT_SV(uint8_t key)
188
{                       //0123456789ABCDEF
189
        JetiBox_printfxy(0,0,"Save singl.Point");
190
//      JetiBox_printfxy(0,1,"(Relative)   ");
2440 holgerb 191
}
2439 holgerb 192
#endif
193
 
2440 holgerb 194
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 195
void Menu_POINT_SV2(uint8_t key)
196
{                       //0123456789ABCDEF
197
static unsigned char load_waypoint_tmp = 1, changed;
198
 
199
//  if(WPL_Name[0] == 0) JetiBox_printfxy(0,0,"Relative WPs ")
200
//  else JetiBox_printfxy(0,0,"Rel:%s",WPL_Name);
201
  JetiBox_printfxy(0,0,"Save Point:");
202
 
203
  if(NaviData_MaxWpListIndex == 0) JetiBox_printfxy(0,1,"no SD-Card")
204
  else
205
  if(GPSInfo.SatFix != SATFIX_3D) JetiBox_printfxy(0,1,"no GPS-Fix")
206
  else
207
  {
208
        JetiBox_printfxy(11,0,"%2d",load_waypoint_tmp);
209
 
210
//      if(NaviData_WaypointNumber)     JetiBox_printfxy(8,1,"%2d/%d ",NaviData_WaypointIndex,NaviData_WaypointNumber)
211
//      else JetiBox_printfxy(8,1,"--/--")
212
        JetiBox_printfxy(0,1,"Dir:%3d Alt:%3dm",CompassCorrected,(int16_t)(HoehenWert/100))
213
 
214
    if(changed)         JetiBox_printfxy(14,0,"->")
215
        else            JetiBox_printfxy(14,0,"  ");
216
 
217
        if(key == JETIBOX_KEY_UP && load_waypoint_tmp < NaviData_MaxWpListIndex) { load_waypoint_tmp++; changed = 1;}
218
        if(key == JETIBOX_KEY_DOWN && load_waypoint_tmp > 1) { load_waypoint_tmp--; changed = 1; }
219
 
220
        if(key == JETIBOX_KEY_RIGHT && load_waypoint_tmp)
221
        {
222
         ToNC_Store_SingePoint = load_waypoint_tmp;
223
         changed = 0;
224
        }
225
  }
2440 holgerb 226
}
2439 holgerb 227
#endif
228
 
2440 holgerb 229
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 230
void Menu_POINT_LD2(uint8_t key)
231
{                       //0123456789ABCDEF
232
static unsigned char load_waypoint_tmp = 1, changed;
233
 
234
//  if(WPL_Name[0] == 0) JetiBox_printfxy(0,0,"FIX Waypoints")
235
//  else JetiBox_printfxy(0,0,"FIX:%s",WPL_Name);
236
  JetiBox_printfxy(0,0,"Load Point")
237
 
238
  if(NaviData_MaxWpListIndex == 0) JetiBox_printfxy(0,1,"no SD-Card")
239
  else
240
  {
241
        JetiBox_printfxy(11,0,"%2d",load_waypoint_tmp);
242
 
243
        if(NaviData_WaypointNumber)     JetiBox_printfxy(0,1,"Dist:%3d Alt:%3d ",NaviData_TargetDistance,(int16_t)(FromNC_AltitudeSetpoint/100))
244
        else JetiBox_printfxy(8,1,"                ");
245
 
246
    if(changed)         JetiBox_printfxy(14,0,"->")
247
        else            JetiBox_printfxy(14,0,"  ");
248
 
249
        if(key == JETIBOX_KEY_UP && load_waypoint_tmp < NaviData_MaxWpListIndex) { load_waypoint_tmp++; changed = 1;}
250
        if(key == JETIBOX_KEY_DOWN && load_waypoint_tmp > 1) { load_waypoint_tmp--; changed = 1; }
251
 
252
        if(key == JETIBOX_KEY_RIGHT && load_waypoint_tmp)
253
        {
254
         ToNC_Load_SingePoint = load_waypoint_tmp;
255
         changed = 0;
256
        }
257
  }
2440 holgerb 258
}
2439 holgerb 259
#endif
260
 
261
 
2418 holgerb 262
void Menu_WPL_A2(uint8_t key)
263
{                       //0123456789ABCDEF
264
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
2420 holgerb 265
static unsigned char load_waypoint_tmp = 1, changed;
2424 holgerb 266
 
267
  if(WPL_Name[0] == 0) JetiBox_printfxy(0,0,"FIX Waypoints")
268
  else JetiBox_printfxy(0,0,"FIX:%s",WPL_Name);
2418 holgerb 269
 
2420 holgerb 270
  if(NaviData_MaxWpListIndex == 0) JetiBox_printfxy(0,1,"no SD-Card")
271
  else
272
  {
273
        JetiBox_printfxy(0,1,"#%2d WP:",load_waypoint_tmp);
274
        if(NaviData_WaypointNumber)     JetiBox_printfxy(8,1,"%2d/%d ",NaviData_WaypointIndex,NaviData_WaypointNumber)
275
        else JetiBox_printfxy(8,1,"--/--")
276
 
2418 holgerb 277
    if(changed)         JetiBox_printfxy(14,1,"->")
278
        else            JetiBox_printfxy(14,1,"  ");
279
 
2420 holgerb 280
        if(key == JETIBOX_KEY_UP && load_waypoint_tmp < NaviData_MaxWpListIndex) { load_waypoint_tmp++; changed = 1;}
281
        if(key == JETIBOX_KEY_DOWN && load_waypoint_tmp > 1) { load_waypoint_tmp--; changed = 1; }
2418 holgerb 282
 
283
        if(key == JETIBOX_KEY_RIGHT && load_waypoint_tmp)
284
        {
285
         ToNC_Load_WP_List = load_waypoint_tmp;
286
         changed = 0;
287
        }
2420 holgerb 288
  }
2418 holgerb 289
#endif
290
}
291
 
292
void Menu_WPL_R2(uint8_t key)
293
{                       //0123456789ABCDEF
294
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
2420 holgerb 295
static unsigned char load_waypoint_tmp = 1, changed;
2418 holgerb 296
 
2425 holgerb 297
  if(WPL_Name[0] == 0) JetiBox_printfxy(0,0,"Relative WPs ")
2424 holgerb 298
  else JetiBox_printfxy(0,0,"Rel:%s",WPL_Name);
299
 
2420 holgerb 300
  if(NaviData_MaxWpListIndex == 0) JetiBox_printfxy(0,1,"no SD-Card")
301
  else
2425 holgerb 302
  if(GPSInfo.SatFix != SATFIX_3D) JetiBox_printfxy(0,1,"no GPS-Fix")
303
  else
2420 holgerb 304
  {
305
        JetiBox_printfxy(0,1,"#%2d WPs:",load_waypoint_tmp);
306
        if(NaviData_WaypointNumber)     JetiBox_printfxy(8,1,"%2d/%d ",NaviData_WaypointIndex,NaviData_WaypointNumber)
307
        else JetiBox_printfxy(8,1,"--/--")
2418 holgerb 308
 
309
    if(changed)         JetiBox_printfxy(14,1,"->")
310
        else            JetiBox_printfxy(14,1,"  ");
311
 
2420 holgerb 312
        if(key == JETIBOX_KEY_UP && load_waypoint_tmp < NaviData_MaxWpListIndex) { load_waypoint_tmp++; changed = 1;}
313
        if(key == JETIBOX_KEY_DOWN && load_waypoint_tmp > 1) { load_waypoint_tmp--; changed = 1; }
2418 holgerb 314
 
315
        if(key == JETIBOX_KEY_RIGHT && load_waypoint_tmp)
316
        {
317
         ToNC_Load_WP_List = load_waypoint_tmp | 0x80;
318
         changed = 0;
319
        }
2420 holgerb 320
  }
2418 holgerb 321
#endif
322
}
323
 
324
 
325
 
1517 killagreg 326
void Menu_PosInfo(uint8_t key)
1484 killagreg 327
{
2030 holgerb 328
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1484 killagreg 329
        if(NaviDataOkay)
330
        {
1690 holgerb 331
                JetiBox_printfxy(0,0,"%2um/s Sat:%d ",GPSInfo.Speed,GPSInfo.NumOfSats);
1517 killagreg 332
                switch (GPSInfo.SatFix)
333
                {
1690 holgerb 334
                        case SATFIX_3D:
335
                                JetiBox_printfxy(12,0,"  3D");
1517 killagreg 336
                                break;
1933 holgerb 337
//                      case SATFIX_2D:
338
//                      case SATFIX_NONE:
1517 killagreg 339
                        default:
1690 holgerb 340
                                JetiBox_printfxy(12,0,"NoFx");
1517 killagreg 341
                                break;
342
                }
343
                if(GPSInfo.Flags & FLAG_DIFFSOLN)
344
                {
1690 holgerb 345
                        JetiBox_printfxy(12,0,"DGPS");
1517 killagreg 346
                }
1923 holgerb 347
                JetiBox_printfxy(0,1,"Home:%3dm %3d%c %c", GPSInfo.HomeDistance/10, GPSInfo.HomeBearing, 0xDF,NC_GPS_ModeCharacter);
1484 killagreg 348
        }
349
        else
1517 killagreg 350
        {                     //0123456789ABCDEF
351
                JetiBox_printfxy(2,0,"No NaviCtrl!");
1484 killagreg 352
        }
2030 holgerb 353
#endif
1484 killagreg 354
}
355
 
1517 killagreg 356
 
1484 killagreg 357
// -----------------------------------------------------------
358
// the menu topology
359
// -----------------------------------------------------------
360
typedef void (*pFctMenu) (uint8_t);  // the menu item handler function pointer
361
 
362
typedef struct{
363
  int8_t left;
364
  int8_t right;
365
  int8_t up;
366
  int8_t down;
367
  pFctMenu pHandler;
368
} MENU_ENTRY;
369
 
370
 
371
// the menu navigation structure
1517 killagreg 372
/*                                              |
373
3 - 0 - 1 - 2 - 3 - 0
1484 killagreg 374
*/
375
 
376
const MENU_ENTRY JetiBox_Menu[] PROGMEM=
377
{ // l  r  u  d  pHandler
2030 holgerb 378
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
2440 holgerb 379
 
380
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
2439 holgerb 381
        {8, 1, 0, 0, &Menu_Status },    // 0
1693 holgerb 382
        {0, 2, 1, 1, &Menu_Temperature },       // 1
1517 killagreg 383
        {1, 3, 2, 2, &Menu_Battery },   // 2
1972 holgerb 384
        {2, 4, 3, 3, &Menu_PosInfo },   // 3
2439 holgerb 385
        {3, 5, 4, 9, &Menu_WPL_A1 },    // 4
386
        {4, 6, 5,10, &Menu_WPL_R1 },    // 5
387
        {5, 7, 6,11, &Menu_POINT_LD},   // 6
388
        {6, 8, 7,12, &Menu_POINT_SV},   // 7
389
        {7, 0, 8, 6, &Magnet_Values },  // 8
2418 holgerb 390
 
2439 holgerb 391
        {4, 9, 9, 9, &Menu_WPL_A2 },    // 9
392
        {5,10,10,10, &Menu_WPL_R2 },    // 10
393
        {6,11,11,11, &Menu_POINT_LD2},  // 11
394
        {7,12,12,12, &Menu_POINT_SV2},  // 12
2440 holgerb 395
#else
396
        {6, 1, 0, 0, &Menu_Status },    // 0
397
        {0, 2, 1, 1, &Menu_Temperature },       // 1
398
        {1, 3, 2, 2, &Menu_Battery },   // 2
399
        {2, 4, 3, 3, &Menu_PosInfo },   // 3
400
        {3, 5, 7, 7, &Menu_WPL_A1 },    // 4
401
        {4, 6, 8, 8, &Menu_WPL_R1 },    // 5
402
        {5, 0, 6, 6, &Magnet_Values },  // 6
403
 
404
        {4, 7, 7, 7, &Menu_WPL_A2 },    // 7
405
        {5, 8, 8, 8, &Menu_WPL_R2 },    // 8
406
#endif
2418 holgerb 407
 
2030 holgerb 408
#endif
1484 killagreg 409
};
410
 
411
// -----------------------------------------------------------
412
// Update display buffer
413
// -----------------------------------------------------------
1583 ingob 414
unsigned char JetiBox_Update(unsigned char key)
1484 killagreg 415
{
2030 holgerb 416
#if !defined (RECEIVER_SPEKTRUM_DX7EXP) && !defined (RECEIVER_SPEKTRUM_DX8EXP)
1484 killagreg 417
        static uint8_t item = 0, last_item = 0; // the menu item
2418 holgerb 418
        static uint8_t updateDelay = 1 , last_key;
1484 killagreg 419
 
420
        // navigate within the menu by key action
421
        last_item = item;
422
        switch(key)
423
        {
424
                case JETIBOX_KEY_LEFT:
1972 holgerb 425
                        //if (item == 0) return (1);                                                                    // switch back to jeti expander menu
426
                        // else 
427
                         item = pgm_read_byte(&JetiBox_Menu[item].left);                //trigger to left menu item
1484 killagreg 428
                        break;
429
                case JETIBOX_KEY_RIGHT:
430
                        item = pgm_read_byte(&JetiBox_Menu[item].right);        //trigger to right menu item
431
                        break;
432
                case JETIBOX_KEY_UP:
433
                        item = pgm_read_byte(&JetiBox_Menu[item].up);           //trigger to up menu item
434
                        break;
435
                case JETIBOX_KEY_DOWN:
436
                        item = pgm_read_byte(&JetiBox_Menu[item].down);         //trigger to down menu item
437
                        break;
438
                default:
439
                        break;
440
        }
441
        // if the menu item has been changed, do not pass the key to the item handler
442
        // to avoid jumping over to items
443
        if(item != last_item) key = JETIBOX_KEY_UNDEF;
444
 
2448 holgerb 445
//      if((updateDelay++ & 0x01) || (key != last_key))
446
        if((updateDelay++ & 0x01) || (key != JETIBOX_KEY_NONE))
2182 ingob 447
        {      
2418 holgerb 448
                last_key = key;
2182 ingob 449
                LIBFC_JetiBox_Clear();
450
                //execute menu item handler
451
                ((pFctMenu)(pgm_read_word(&(JetiBox_Menu[item].pHandler))))(key);
452
        }      
2030 holgerb 453
#endif
1583 ingob 454
        return (0);
1484 killagreg 455
}
456