Skip to content

Commit 6b90627

Browse files
authoredDec 20, 2021
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.
1 parent 063119a commit 6b90627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎libraries/BLE/src/BLEHIDDevice.h

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#define HID_CARD_READER 0x03C6
2727
#define HID_DIGITAL_PEN 0x03C7
2828
#define HID_BARCODE 0x03C8
29+
#define HID_BRAILLE_DISPLAY 0x03C9
2930

3031
class BLEHIDDevice {
3132
public:

0 commit comments

Comments
 (0)