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 support for font glyphsets to fix non-Unicode character rendering #41

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

drogfild
Copy link

@drogfild drogfild commented Dec 9, 2024

This PR addresses the issue discussed in issue #36, where accentuated letters and other non-ASCII characters are not displayed correctly on the ESP32-S3-Box-3. Following changes in PR #34, these characters now render as black rectangles.

The implementation adds support for defining glyphsets in the font configuration, allowing users to specify required character sets explicitly. This resolves rendering issues for extended Latin and other Unicode characters when using Google Fonts.

dependabot bot and others added 4 commits December 9, 2024 21:10
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Add glyphsets in substitutions and use that for all fonts
Add font glyphsets to different s3 models also
HLandstrom added a commit to HLandstrom/wake-word-voice-assistants that referenced this pull request Dec 11, 2024
@HLandstrom
Copy link

Added the changes in this PR into my config and it works as it should.

HLandstrom added a commit to HLandstrom/wake-word-voice-assistants that referenced this pull request Feb 20, 2025
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.

3 participants