|
M5Unit-KEYBOARD 0.0.1 git rev:a483db1
|
Shared key maps and lookup functions for CardKB2. More...
Namespaces | |
| namespace | m5 |
| Top level namespace of M5stack. | |
Functions | |
| key_index_t | m5::unit::cardkb2::character_to_key_index (const char ch) |
| Character to key index. | |
| uint8_t | m5::unit::cardkb2::character_to_mode_bits (const char ch) |
| Character to mode bits. | |
Shared key maps and lookup functions for CardKB2.
| keyboard::key_index_t m5::unit::cardkb2::character_to_key_index | ( | const char | ch | ) |
Character to key index.
| != | 0xFF keyboard::key_index_t |
| == | 0xFF No corresponding key index exists |
| uint8_t m5::unit::cardkb2::character_to_mode_bits | ( | const char | ch | ) |
Character to mode bits.
| == | 0 Not exists |
| != | 0 Bits in corresponding mode |