A lightweight library providing icon glyphsets for ESPHome displays, version 0.2.0. It packages Material Design Icons and other sets as compressed data for use on microcontrollers. Released as needed, currently experimental.
pip install esphome-glyphsetsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import glyphsets and retrieve a single icon code. The function 'get_glyphs' returns a dict mapping icon names to glyph data.
Import as `from esphome_glyphsets import ...`.
List available icons via `get_glyphs('material_design_icons').keys()` before using.No dependency data recorded yet.