firmware/src/input
aussieklutz 5ff8c904c8
MPR121 Touch IC Based Keypad Input Module (#5103)
Implements an input driver utilising the MPR121 Touch IC and is compatible with common MPR121 keypad PCB's.

- Implements a "candybar" phone style 12-key keypad
  - multiple taps to rotate through the character set
  - longpress for navigation keys
  - keymap to allow arbitrary routing of MPR121 pin to button configuration
  - extendable to other key functions
- Integrates with the existing kbI2cBase implementation
- Works with CannedMessageModule Freetext mode
- Can be used with common MPR121 boards, such as https://www.amazon.com/MPR121-Capacitive-Keyboard-Buttons-Sensitive/dp/B083R89CHB/ref=sr_1_6
- Of use for PCB based radios, where some form of low surface area low component freetext input is required, but also without consuming too many IO pins.
- Tested on a T3S3 connected to Wire1 (Second) interface.
  - Demonstration of functionality: https://youtu.be/UI6QP6nGvhY
2024-10-21 17:53:36 +11:00
..
BBQ10Keyboard.cpp
BBQ10Keyboard.h
cardKbI2cImpl.cpp MPR121 Touch IC Based Keypad Input Module (#5103) 2024-10-21 17:53:36 +11:00
cardKbI2cImpl.h fix for MESHTASTIC_EXCLUDE_INPUTBROKER 2024-06-17 20:17:56 +02:00
ExpressLRSFiveWay.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
ExpressLRSFiveWay.h Radio Master Joystick (#4476) 2024-08-17 05:51:53 -05:00
InputBroker.cpp fix for MESHTASTIC_EXCLUDE_INPUTBROKER 2024-06-17 20:17:56 +02:00
InputBroker.h Toggle Bluetooth with Fn+b shortcut (#4977) 2024-10-07 15:16:10 -05:00
kbI2cBase.cpp MPR121 Touch IC Based Keypad Input Module (#5103) 2024-10-21 17:53:36 +11:00
kbI2cBase.h MPR121 Touch IC Based Keypad Input Module (#5103) 2024-10-21 17:53:36 +11:00
kbMatrixBase.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
kbMatrixBase.h
kbMatrixImpl.cpp
kbMatrixImpl.h
LinuxInput.cpp Move defines to input broker 2024-09-06 11:54:31 +02:00
LinuxInput.h
LinuxInputImpl.cpp
LinuxInputImpl.h
MPR121Keyboard.cpp MPR121 Touch IC Based Keypad Input Module (#5103) 2024-10-21 17:53:36 +11:00
MPR121Keyboard.h MPR121 Touch IC Based Keypad Input Module (#5103) 2024-10-21 17:53:36 +11:00
RotaryEncoderInterruptBase.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
RotaryEncoderInterruptBase.h
RotaryEncoderInterruptImpl1.cpp
RotaryEncoderInterruptImpl1.h
ScanAndSelect.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
ScanAndSelect.h "Scan and Select" input for Canned Messages (#4365) 2024-08-06 17:16:56 -05:00
SerialKeyboard.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
SerialKeyboard.h Adding support for Chatter keypad (#4022) 2024-07-31 07:38:21 -05:00
SerialKeyboardImpl.cpp Trunk fmt 2024-07-31 07:42:23 -05:00
SerialKeyboardImpl.h Adding support for Chatter keypad (#4022) 2024-07-31 07:38:21 -05:00
TouchScreenBase.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
TouchScreenBase.h
TouchScreenImpl1.cpp
TouchScreenImpl1.h
TrackballInterruptBase.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
TrackballInterruptBase.h
TrackballInterruptImpl1.cpp
TrackballInterruptImpl1.h
UpDownInterruptBase.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
UpDownInterruptBase.h
UpDownInterruptImpl1.cpp
UpDownInterruptImpl1.h