Skip to content

Commit

Permalink
HID_BRAILLE_DISPLAY (#6043)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
discapacidad5 authored Dec 20, 2021
1 parent 063119a commit 6b90627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/BLE/src/BLEHIDDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#define HID_CARD_READER 0x03C6
#define HID_DIGITAL_PEN 0x03C7
#define HID_BARCODE 0x03C8
#define HID_BRAILLE_DISPLAY 0x03C9

class BLEHIDDevice {
public:
Expand Down

0 comments on commit 6b90627

Please sign in to comment.