Skip to content

Commit

Permalink
preset fix - release
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Feb 12, 2021
1 parent d253bc3 commit 9717f82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion components/display/ILI9341.c
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions components/squeezelite/controls.c
Expand Up @@ -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)
Expand Down

0 comments on commit 9717f82

Please sign in to comment.