mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-03 05:46:32 +02:00
HID_BRAILLE_DISPLAY (#6043)
23 Braille Display Page (0x41) Braille display allow visually impaired computer users to read out text using raised pins. The pins are electro-mechanically activated. These devices also have support for controls that help navigate the computer screen. Typically, braille displays interface with software known as a screen reader in order to perform this navigation.
This commit is contained in:
@ -26,6 +26,7 @@
|
|||||||
#define HID_CARD_READER 0x03C6
|
#define HID_CARD_READER 0x03C6
|
||||||
#define HID_DIGITAL_PEN 0x03C7
|
#define HID_DIGITAL_PEN 0x03C7
|
||||||
#define HID_BARCODE 0x03C8
|
#define HID_BARCODE 0x03C8
|
||||||
|
#define HID_BRAILLE_DISPLAY 0x03C9
|
||||||
|
|
||||||
class BLEHIDDevice {
|
class BLEHIDDevice {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user