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:
discapacidad5
2021-12-20 12:22:58 +01:00
committed by GitHub
parent 063119ac87
commit 6b90627b21

View File

@ -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: