timex_datalink_client icon indicating copy to clipboard operation
timex_datalink_client copied to clipboard

Support more characters in protocol 6 (Beepwear Pro)

Open synthead opened this issue 11 months ago • 0 comments

By using even higher values than the character indexes in CHARS_PROTOCOL_6...

https://github.com/synthead/timex_datalink_client/blob/7dcbcfd35ffcfe559f67a23b6664e821edc9b612/lib/timex_datalink_client/helpers/char_encoders.rb#L7

...as characters to protocol_6_chars_for...

https://github.com/synthead/timex_datalink_client/blob/7dcbcfd35ffcfe559f67a23b6664e821edc9b612/lib/timex_datalink_client/helpers/char_encoders.rb#L23-L25

...it appears that there are more characters that can be displayed on the Beepwear Pro:

image image image image image image image image

However, with a high enough value, it appears to put garbage on the display:

image image

synthead avatar Jul 27 '23 05:07 synthead