Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of menuSystemMbed by
Diff: menuIDs.h
- Revision:
- 3:bdf42b6c15f4
- Parent:
- 0:a5ece7312edc
--- a/menuIDs.h Thu Feb 28 00:42:06 2013 +0000 +++ b/menuIDs.h Fri Mar 08 17:37:11 2013 +0000 @@ -1,52 +1,97 @@ -#ifndef __menuSystem__MenuIDs__ -#define __menuSystem__MenuIDs__ +#ifndef __menuSystem__MenuIDs__ +#define __menuSystem__MenuIDs__ -#define UNASSIGNED 99 - +#define UNASSIGNED 99 +#define MAXPAGES 15 //PAGE IDs -#define HOME 0 -#define RECORDSET 1 -#define OUTPUT 2 -#define INPUT 3 -#define FILTER 4 -#define SAMPRATE 5 -#define AGC 6 -#define PLAYBACK 7 -#define PLAY 8 -#define DELETESCR 9 -#define SCREENSET 10 -#define CONTRAST 11 +#define HOME 0 +#define RECORDSET 1 +#define OUTPUT 2 +#define INPUT 3 +#define FILTER 4 +#define SAMPRATE 5 // +#define AGC 6 // +#define PLAYBACK 7 // +#define PLAY 8 // +#define DELETESCR 9 // +#define SCREENSET 10 // +#define CONTRAST 11 // +#define PLAYSCR 12 // +#define WARNINGSCR 13 +#define RECORDSCR 14 //RECORD SETTINGS MENU IDs -#define RECSETOFFSET 100 -#define RECSETOUT 102 -#define RECSETIN 103 -#define RECSETFILTERS 104 -#define RECSETSAMPFRQ 105 -#define RECSETAGC 106 +#define RECSETOFFSET 100 +#define RECSETOUT 102 +#define RECSETIN 103 +#define RECSETFILTERS 104 +#define RECSETSAMPFRQ 105 +#define RECSETAGC 106 //OUTPUT MENU IDs -#define LINE 201 -#define HEADPHONES 202 -#define SPEAKERS 203 +#define LINE 201 +#define HEADPHONES 202 +#define SPEAKERS 203 //INPUT MENU IDs -#define INPUTOFFSET 300 -#define INMIC 301 -#define INLINE 302 +#define INPUTOFFSET 300 +#define INMIC 301 +#define INLINE 302 //FILTER MENU IDs -#define FILTEROFFSET 400 -#define FILTER1 401 -#define FILTER2 402 -#define FILTER3 403 -#define FILTERNONE 404 - - +#define FILTEROFFSET 400 +#define FILTER1 401 +#define FILTER2 402 +#define FILTER3 403 +#define FILTERNONE 404 +//SAMPRATE MENU IDSs +#define SAMPLINGOFFSET 500 +#define SPEED1 501 +#define SPEED2 502 + +//AGC MENU IDSs +#define AGCOFFSET 600 +#define AGCON 601 +#define AGCOFF 602 + +//PLAYBACK MENU IDSs +#define PLAYBACKMENUOFFSET 700 +#define PLAYTRACK 701 +#define DELETETRACK 702 + +//PLAY MENU +#define PLAYTRACKOFFSET 800 +#define EX_PLAYTRACK 801 +//Discuss with Brad ***-------------------------------***** + +//DELETESCR MENU +#define DELETETRACKOFFSET 900 +#define EX_DELETETRACK 901 +//Discuss with Brad ***--------------------------------***** + +//SCREENSET MENU +#define SCREENSETTINGSOFFSET 1000 +#define CONTRASTSELECT 1001 + +//CONTRAST SETTINGS MENU +#define CONTRASTOFFSET 1100 +#define CONTRASTUP 1101 +#define CONTRASTDOWN 1102 + +//PLAYSCR MENU +#define PLAYSCROFFSET 1200 + +//WARNINGSCR MENU +#define WARNINGSCROFFSET 1300 +#define DELETENO 1301 +#define DELETEYES 1302 + +//RECORDSCR MENU +#define RECORDSCROFFSET 1400 #endif \ No newline at end of file