witnessmenow / ESP32-Cheap-Yellow-Display

Building a community around a cheap ESP32 Display with a touch screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPHome example with emoji fonts

arthurlutz opened this issue Β· comments

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, "🌧");

Sure, would be great to add this as another example