From 6b90627b21cb888c1bfa700385bee03f0ff8c6f9 Mon Sep 17 00:00:00 2001 From: discapacidad5 Date: Mon, 20 Dec 2021 12:22:58 +0100 Subject: [PATCH] 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. --- libraries/BLE/src/BLEHIDDevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/BLE/src/BLEHIDDevice.h b/libraries/BLE/src/BLEHIDDevice.h index fead92b7..9770145f 100644 --- a/libraries/BLE/src/BLEHIDDevice.h +++ b/libraries/BLE/src/BLEHIDDevice.h @@ -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: