Hello there , probably a silly problem but I’m trying to define glyphs in ESPHOME to display on my epaper,
downloaded ttf package from material design icons , installed it in windows 11 and opened up symbols to copy specific characters but the window is blank…
or is there another way of defining characters other than copying them from windows font viewer ?
I know … it’s over 6 months since you asked. But since I am currently facing the “same” problem, I found a way to get the glyph in the ESPhome YAML file.
On the Material Design Icons Library page you find the different glyphs. By clicking on the wanted icon, you get a details page, where you can copy the glyph and insert it into the yaml. See this screenshot…
In the mean time, I found yet another way of integrating the glyphs in some YAML files. Personally, I prefer now this “new” way, because when you add as a comment the icon name shown on the Material Design Icons Library details page, you get the icon displayed with Studio Code Server in HomeAssistant.
On the details page mentioned above, you also have a button to copy the codepoint of the glyph. With the codepoint copied, you can put it in your YAML code like this. Type