On the M5StickC Plus 2, navigation is reversed on the PIN/number-entry screen: the top button decreases the value, while the bottom button increases it.
I previously reported and tested the same issue on TTGO T-Display boards in #269. The resulting fix added local navigation inversion for those boards in entry_invert_navigation().
I tested adding CONFIG_BOARD_TYPE_M5_STICKC_PLUS_2 to the same condition in main/ui/digit_entry.c. This was verified on physical hardware and makes the buttons match the on-screen arrows.
If this approach looks appropriate, I can open a small PR.
On the M5StickC Plus 2, navigation is reversed on the PIN/number-entry screen: the top button decreases the value, while the bottom button increases it.
I previously reported and tested the same issue on TTGO T-Display boards in #269. The resulting fix added local navigation inversion for those boards in
entry_invert_navigation().I tested adding
CONFIG_BOARD_TYPE_M5_STICKC_PLUS_2to the same condition inmain/ui/digit_entry.c. This was verified on physical hardware and makes the buttons match the on-screen arrows.If this approach looks appropriate, I can open a small PR.