ESP32-Cheap-Yellow-Display icon indicating copy to clipboard operation
ESP32-Cheap-Yellow-Display copied to clipboard

ESPHome example with emoji fonts

Open arthurlutz opened this issue 5 months ago β€’ 1 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, "🌧");

arthurlutz avatar Jan 26 '24 16:01 arthurlutz