Skip to content

Multiple Custom Fonts Causing Display Issues on EVE Screen #146

@mjerjawi

Description

@mjerjawi

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

  1. app_Icons (24px)
  • Glyph size: 18,944 bytes
  • XFont size: 176 bytes
  • Padding: 16 bytes
  • Total size: 19,136 bytes (~18.7 KB)
  1. 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

  1. Rubik Bold (24px)
  • Glyph size: 23,040 bytes
  • XFont size: 469 bytes
  • Padding: 43 bytes
  • Total size: 23,552 bytes (~23 KB)
  1. Rubik Regular (20px)
  • Glyph size: 23,040 bytes
  • XFont size: 469 bytes
  • Padding: 43 bytes
  • Total size: 23,552 bytes (~23 KB)
  1. Rubik Regular (24px)
  • Glyph size: 23,040 bytes
  • XFont size: 469 bytes
  • Padding: 43 bytes
  • Total size: 23,552 bytes (~23 KB)

Questions

  1. Is this a known limitation of the EVE display?
  2. Are there any configuration issues in my implementation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions