Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced character set #39 #40

Merged
merged 2 commits into from
Jul 15, 2024
Merged

Enhanced character set #39 #40

merged 2 commits into from
Jul 15, 2024

Conversation

jasonacox
Copy link
Owner

@jasonacox jasonacox commented Apr 25, 2024

v1.11.0 - Enhanced Character Set

Enhanced character set

display.showString("!-/0123456789<=>?@ABCDEFGHIJKLMmNOPQRSTUVWwXYZ[]^_`abcdefghijklnnnopqrstuvvvxyz{|}~");

Comments and testing welcome.

git clone https://github.com/jasonacox/TM1637TinyDisplay.git
git switch v1.11.0

@J-Brinkman
Copy link

J-Brinkman commented May 14, 2024 via email

@jasonacox
Copy link
Owner Author

Thanks @J-Brinkman! I'll run a few practical tests and then merge and upload.

@@ -116,7 +116,7 @@ const uint8_t asciiToSegment[] PROGMEM = {
0b01111000, // 084 T
0b00111110, // 085 U
0b00111110, // 086 V
0b00011110, // 087 W (For display use Ww)
0b00111100, // 087 W (For display use Ww)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The codes for W and w were reversed. Fixed.

@jasonacox jasonacox merged commit a4d07fb into master Jul 15, 2024
2 checks passed
@jasonacox jasonacox deleted the v1.11.0 branch July 15, 2024 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants