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

Add unicode support to firmware #32

Closed
ghost opened this issue Oct 19, 2021 · 1 comment
Closed

Add unicode support to firmware #32

ghost opened this issue Oct 19, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 19, 2021

No description provided.

ghost pushed a commit that referenced this issue Oct 29, 2021
- Replaces the built-in ascii table with a unicode one in font.c
- Removes the utf8 and ascii draw functions in favor of one draw function
- Replaces the utf8 parsing logic with a simpler / more correct version
- Adds a font directory with a script for turning .hex format fonts into hex arrays suitable for font.c
- Changes the default font to Terminus
- Updates the German translation to use the proper characters / diacritics now
- Changes how bitcoin amounts are shown to use Satcomma notation
ghost pushed a commit that referenced this issue Oct 29, 2021
- Replaces the built-in ascii table with a unicode one in font.c
- Removes the utf8 and ascii draw functions in favor of one draw function
- Replaces the utf8 parsing logic with a simpler / more correct version
- Adds a font directory with a script for turning .hex format fonts into hex arrays suitable for font.c
- Changes the default font to Terminus
- Updates the German translation to use the proper characters / diacritics now
- Changes how bitcoin amounts are shown to use Satcomma notation
ghost pushed a commit that referenced this issue Oct 29, 2021
Add unicode support and satcomma notation (#32, #37)
@ghost
Copy link
Author

ghost commented Oct 29, 2021

Resolved by #40

@ghost ghost closed this as completed Oct 29, 2021
tadeubas pushed a commit to tadeubas/krux that referenced this issue Nov 8, 2023
This issue was closed.
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

No branches or pull requests

0 participants