From ceb6d63009f3a9c2e1fe050dfe91b4f1d2e4d466 Mon Sep 17 00:00:00 2001 From: discapacidad5 Date: Mon, 20 Dec 2021 01:58:07 +0100 Subject: [PATCH] HID_BRAILLE_DISPLAY 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. --- cpp_utils/BLEHIDDevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp_utils/BLEHIDDevice.h b/cpp_utils/BLEHIDDevice.h index 33e6b46c..b09f63ad 100644 --- a/cpp_utils/BLEHIDDevice.h +++ b/cpp_utils/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: