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

ESPHome example with emoji fonts #125

Open
arthurlutz opened this issue Jan 26, 2024 · 1 comment
Open

ESPHome example with emoji fonts #125

arthurlutz opened this issue Jan 26, 2024 · 1 comment

Comments

@arthurlutz
Copy link
Contributor

I've added emoji fonts to have some nice looking icons in my project derived from the examples here. Would it be useful for other to have an example with emojis embedded ?

  - file: 'fonts/NotoEmoji-VariableFont_wght.ttf'
    id: noto14
    size: 14
    glyphs: "🌧🌦⛅🔌🎶☀ "

and in display :

        it.print(0, 220, id(noto14), TextAlign::TOP_LEFT, "🌧");
@TheNitek
Copy link
Collaborator

Sure, would be great to add this as another example

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

2 participants