mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-24 13:53:11 -05:00
Fix encoder setting p.mem issue (#2475)
This commit is contained in:
parent
2de1f8e6bf
commit
7eb08f34cb
5 changed files with 9 additions and 14 deletions
|
|
@ -615,8 +615,8 @@ class SetEncoderDialView : public View {
|
|||
OptionsField field_encoder_dial_direction{
|
||||
{18 * 8, 14 * 16},
|
||||
7,
|
||||
{{"NORMAL", encoder_dial_direction::DIAL_DIRECTION_NORMAL},
|
||||
{"REVERSE", encoder_dial_direction::DIAL_DIRECTION_REVERSE}}};
|
||||
{{"NORMAL", false},
|
||||
{"REVERSE", true}}};
|
||||
|
||||
Button button_dial_sensitivity_plus{
|
||||
{20 * 8, 2 * 16, 16, 16},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue