Move all source files to subdirectory to be less confusing for Arduino IDE
This commit is contained in:
parent
7e1db21883
commit
e388248c7c
7 changed files with 0 additions and 0 deletions
43
menu.h
43
menu.h
|
@ -1,43 +0,0 @@
|
|||
#ifndef __MENU_H
|
||||
#define __MENU_H
|
||||
|
||||
|
||||
#define MENU_ROW_HEIGHT 9
|
||||
#define MENU_HEADER_OFFSET 3
|
||||
|
||||
|
||||
//display states
|
||||
#define DISPLAYOFF_IDL 0
|
||||
#define MAIN_MENU 1
|
||||
#define PATCH_VIEW 2
|
||||
#define BREATH_ADJ_IDL 10
|
||||
#define BREATH_ADJ_THR 11
|
||||
#define BREATH_ADJ_MAX 12
|
||||
#define PORTAM_ADJ_IDL 20
|
||||
#define PORTAM_ADJ_THR 21
|
||||
#define PORTAM_ADJ_MAX 22
|
||||
#define PITCHB_ADJ_IDL 30
|
||||
#define PITCHB_ADJ_THR 31
|
||||
#define PITCHB_ADJ_MAX 32
|
||||
#define EXTRAC_ADJ_IDL 40
|
||||
#define EXTRAC_ADJ_THR 41
|
||||
#define EXTRAC_ADJ_MAX 42
|
||||
#define VIBRAT_ADJ_IDL 50
|
||||
#define VIBRAT_ADJ_THR 51
|
||||
#define VIBRAT_ADJ_DPT 52
|
||||
#define CTOUCH_ADJ_IDL 60
|
||||
#define CTOUCH_ADJ_THR 61
|
||||
#define SETUP_BR_MENU 80
|
||||
#define SETUP_CT_MENU 90
|
||||
#define ROTATOR_MENU 100
|
||||
#define VIBRATO_MENU 110
|
||||
|
||||
extern byte subVibSquelch;
|
||||
|
||||
|
||||
void initDisplay();
|
||||
void showVersion();
|
||||
void menu();
|
||||
void drawSensorPixels();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue