Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b90627

Browse filesBrowse files
HID_BRAILLE_DISPLAY (espressif#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.
1 parent 063119a commit 6b90627
Copy full SHA for 6b90627

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎libraries/BLE/src/BLEHIDDevice.h

Copy file name to clipboardExpand all lines: libraries/BLE/src/BLEHIDDevice.h
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#define HID_CARD_READER 0x03C6
2727
#define HID_DIGITAL_PEN 0x03C7
2828
#define HID_BARCODE 0x03C8
29+
#define HID_BRAILLE_DISPLAY 0x03C9
2930

3031
class BLEHIDDevice {
3132
public:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.