preset fix - release

This commit is contained in:
Philippe G
2021-02-12 15:13:33 -08:00
parent d253bc34e5
commit 9717f8288e
2 changed files with 6 additions and 7 deletions

View File

@@ -21,7 +21,6 @@
#define USE_IRAM
#define PAGE_BLOCK 2048
#define ENABLE_WRITE 0x2c
//(MADCTL_MX | TFT_RGB_BGR)
#define MADCTL_MX 0x40
#define TFT_RGB_BGR 0x08

View File

@@ -142,12 +142,12 @@ LMS_CALLBACK(down, ARROW_DOWN, arrow_down)
LMS_CALLBACK(left, ARROW_LEFT, arrow_left)
LMS_CALLBACK(right, ARROW_RIGHT, arrow_right)
LMS_CALLBACK(pre1, PRESET_1, preset1.single)
LMS_CALLBACK(pre2, PRESET_2, preset2.single)
LMS_CALLBACK(pre3, PRESET_3, preset3.single)
LMS_CALLBACK(pre4, PRESET_4, preset4.single)
LMS_CALLBACK(pre5, PRESET_5, preset5.single)
LMS_CALLBACK(pre6, PRESET_6, preset6.single)
LMS_CALLBACK(pre1, PRESET_1, preset_1.single)
LMS_CALLBACK(pre2, PRESET_2, preset_2.single)
LMS_CALLBACK(pre3, PRESET_3, preset_3.single)
LMS_CALLBACK(pre4, PRESET_4, preset_4.single)
LMS_CALLBACK(pre5, PRESET_5, preset_5.single)
LMS_CALLBACK(pre6, PRESET_6, preset_6.single)
LMS_CALLBACK(knob_left, KNOB_LEFT, knob_left)
LMS_CALLBACK(knob_right, KNOB_RIGHT, knob_right)