-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestprotocol 6Specific to protocol 6Specific to protocol 6
Description
By using even higher values than the character indexes in CHARS_PROTOCOL_6...
| CHARS_PROTOCOL_6 = "0123456789 abcdefghijklmnopqrstuvwxyz!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" |
...as characters to protocol_6_chars_for...
| def protocol_6_chars_for(string_chars, length: nil, pad: false) | |
| chars_for(string_chars, char_map: CHARS_PROTOCOL_6, length:, pad:) | |
| end |
...it appears that there are more characters that can be displayed on the Beepwear Pro:
However, with a high enough value, it appears to put garbage on the display:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestprotocol 6Specific to protocol 6Specific to protocol 6









