add font converter

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-06 23:49:43 +02:00
parent 4dfc5e9a9b
commit 378b6ebc1d
2 changed files with 151 additions and 2 deletions

View File

@@ -1,3 +1,2 @@
convert:
curl -o ./data/staticmap.png https://maps.googleapis.com/maps/api/staticmap\?center\=53.541962,%209.993402\&zoom\=15\&size\=540x540\&key\=AIzaSyARgP_FKFXsrcgVd_HVWoIfH5N8-a88wlQ\&map_id\=2f371c2346218fe8
python imgconvert.py -i ./data/staticmap.png -o components/mapView/staticmap.h -n staticmap
python imgconvert.py -i ./data/staticmap.png -o components/mapView/include/staticmap.h -n staticmap