This repository contains icons from Material Design icons in bitmap format suitable for use in FreeTouchDeck (BMP/24 bits/75x75px). It also makes icons in JPEG format for use with the dev branch. Additionally it creates PNG files in the same size, for use in similar projects.
You can download the icons.zip file from the Releases tab, it contains 7334 different icons.
Use the web site https://materialdesignicons.com/ for interactive searchs for suitable icons.
The bitmaps are created by running the python script makeicons.py
Install Python requirements first:
pip3 install -r requirements.txt
Note: On macOS it may be necessary to install vips using Brew first:
brew install vips