Hi,
Anyone know of a preview site for the icons in Tablet UI (and fhem for that matter). I've found font awesome (http://fontawesome.io/cheatsheet/) and material icons (https://material.io/icons/) but
I've had no luck googling openautomation or finding fhem icon preview. Or does anyone have a suggestion of a win7 font viewer that will view the font files.
TIA
In the root of the TableUI Git (https://github.com/knowthelist/fhem-tablet-ui) there is a file called gen_iconsdemo.pl. Download it to your TableUI-root and correct the paths on line 45, 62 and 68 (and eventually add more css-files on line 5). Afterwards run it with perl gen_iconsdem.pl
This will get you a icons.html and a icons_table.html
Thanks