ESP32-Cheap-Yellow-Display
ESP32-Cheap-Yellow-Display copied to clipboard
ESPHome example with emoji fonts
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, "π§");