Note that on linux it needs the math library to be linked, so add the -lm flag. The program has a built-in CLI that has 3 options, to create, write and read a BMP. To encode a message to a BMP, the ...
To use a bitmap font in an embedded system it needs to be converted into a C-array. If the font is available as a BMP file GlyphExtractror can be used to do this conversion. GlyphExtractor expects the ...