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
menuIDs.h
00001 #ifndef __menuSystem__MenuIDs__ 00002 #define __menuSystem__MenuIDs__ 00003 00004 #define UNASSIGNED 99 00005 #define MAXPAGES 15 00006 //PAGE IDs 00007 #define HOME 0 00008 #define RECORDSET 1 00009 #define OUTPUT 2 00010 #define INPUT 3 00011 #define FILTER 4 00012 #define SAMPRATE 5 // 00013 #define AGC 6 // 00014 #define PLAYBACK 7 // 00015 #define PLAY 8 // 00016 #define DELETESCR 9 // 00017 #define SCREENSET 10 // 00018 #define CONTRAST 11 // 00019 #define PLAYSCR 12 // 00020 #define WARNINGSCR 13 00021 #define RECORDSCR 14 00022 00023 00024 //RECORD SETTINGS MENU IDs 00025 #define RECSETOFFSET 100 00026 #define RECSETOUT 102 00027 #define RECSETIN 103 00028 #define RECSETFILTERS 104 00029 #define RECSETSAMPFRQ 105 00030 #define RECSETAGC 106 00031 00032 //OUTPUT MENU IDs 00033 00034 #define LINE 201 00035 #define HEADPHONES 202 00036 #define SPEAKERS 203 00037 00038 00039 //INPUT MENU IDs 00040 #define INPUTOFFSET 300 00041 #define INMIC 301 00042 #define INLINE 302 00043 00044 //FILTER MENU IDs 00045 #define FILTEROFFSET 400 00046 #define FILTER1 401 00047 #define FILTER2 402 00048 #define FILTER3 403 00049 #define FILTERNONE 404 00050 00051 00052 //SAMPRATE MENU IDSs 00053 #define SAMPLINGOFFSET 500 00054 #define SPEED1 501 00055 #define SPEED2 502 00056 00057 //AGC MENU IDSs 00058 #define AGCOFFSET 600 00059 #define AGCON 601 00060 #define AGCOFF 602 00061 00062 //PLAYBACK MENU IDSs 00063 #define PLAYBACKMENUOFFSET 700 00064 #define PLAYTRACK 701 00065 #define DELETETRACK 702 00066 00067 //PLAY MENU 00068 #define PLAYTRACKOFFSET 800 00069 #define EX_PLAYTRACK 801 00070 //Discuss with Brad ***-------------------------------***** 00071 00072 //DELETESCR MENU 00073 #define DELETETRACKOFFSET 900 00074 #define EX_DELETETRACK 901 00075 //Discuss with Brad ***--------------------------------***** 00076 00077 //SCREENSET MENU 00078 #define SCREENSETTINGSOFFSET 1000 00079 #define CONTRASTSELECT 1001 00080 00081 //CONTRAST SETTINGS MENU 00082 #define CONTRASTOFFSET 1100 00083 #define CONTRASTUP 1101 00084 #define CONTRASTDOWN 1102 00085 00086 //PLAYSCR MENU 00087 #define PLAYSCROFFSET 1200 00088 00089 //WARNINGSCR MENU 00090 #define WARNINGSCROFFSET 1300 00091 #define DELETENO 1301 00092 #define DELETEYES 1302 00093 00094 //RECORDSCR MENU 00095 #define RECORDSCROFFSET 1400 00096 00097 #endif
Generated on Tue Jul 12 2022 23:00:53 by
1.7.2
