From ba65324d4ab9a16c6c9756a4b966a2c53bd1435d Mon Sep 17 00:00:00 2001 From: discapacidad5 Date: Mon, 20 Dec 2021 02:04:33 +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. --- src/BLEHIDDevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BLEHIDDevice.h b/src/BLEHIDDevice.h index 33e6b46..43c5b8e 100644 --- a/src/BLEHIDDevice.h +++ b/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: