-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Environment:
• Hardware: ESP32-S3
• Display: EVE_RVT70H
Issue Description
When implementing multiple custom fonts on the EVE display, I'm encountering two issues, White screen display or Screen section repetition
These issues occur when using more than one custom font alongside icon fonts in any given screen/view.
I have loaded 5 extended format ASTC custom fonts to the EVE flash using EAB, which are loaded using EVE_cmd_setfont2(). The font configuration is as follows:
Icon Fonts
- app_Icons (24px)
- Glyph size: 18,944 bytes
- XFont size: 176 bytes
- Padding: 16 bytes
- Total size: 19,136 bytes (~18.7 KB)
- app_Icons (30px)
- Glyph size: 23,680 bytes
- XFont size: 176 bytes
- Padding: 16 bytes
- Total size: 23,872 bytes (~23.3 KB)
Text Fonts
- Rubik Bold (24px)
- Glyph size: 23,040 bytes
- XFont size: 469 bytes
- Padding: 43 bytes
- Total size: 23,552 bytes (~23 KB)
- Rubik Regular (20px)
- Glyph size: 23,040 bytes
- XFont size: 469 bytes
- Padding: 43 bytes
- Total size: 23,552 bytes (~23 KB)
- Rubik Regular (24px)
- Glyph size: 23,040 bytes
- XFont size: 469 bytes
- Padding: 43 bytes
- Total size: 23,552 bytes (~23 KB)
Questions
- Is this a known limitation of the EVE display?
- Are there any configuration issues in my implementation?
Metadata
Metadata
Assignees
Labels
No labels