Skip to content

Tags: Neradoc/Circuitpython_Multi_Keypad

Tags

2.0.1

Toggle 2.0.1's commit message
use self.original_event.key_number for the has instead of the offset …

…key number (makes the hash identical to previous versions)

provide implementations for get_into and overflowed
add or rework some doc strings

2.0.0

Toggle 2.0.0's commit message
use key_count to make offsets for the key numbers, this is a breaking…

… change

(use original_event.key_number to get the original)
add key_count to MultiKeypad

1.0.1

Toggle 1.0.1's commit message
rename everything to keypad, add example for reverse TFT

1.0.0

Toggle 1.0.0's commit message
cookiefication, rework with MultiKeypad.events