Added initial JSON configuration support

This commit is contained in:
2025-12-04 15:04:39 +02:00
parent 34ce515521
commit 6cad6428a4
6 changed files with 24709 additions and 7 deletions

View File

@@ -13,3 +13,6 @@ A utility which can be used to create custom images for TRMNL devices via code
### Convert image with dithering
`magick input.png -dither FloydSteinberg -remap pattern:gray50 -depth 1 -strip png:output.png`
# Notes
json.hpp from nlohmann/json v3.11.2