Open solosky opened 5 months ago
Thanks.
Regarding lcd-image-converter
, unfortunately it only provides Windows version and also cannot run in pipelines, I think I will write a python script to convert any image format to rgb565 format in .c or bin.
I still cannot find a python script to generate vlw font, maybe I need also create a python script to generate vlw font to run in pipeline, but I cannot find any document on the binary format of vlw font. Any suggestion for this?
Thanks.
Regarding
lcd-image-converter
, unfortunately it only provides Windows version and also cannot run in pipelines, I think I will write a python script to convert any image format to rgb565 format in .c or bin.I still cannot find a python script to generate vlw font, maybe I need also create a python script to generate vlw font to run in pipeline, but I cannot find any document on the binary format of vlw font. Any suggestion for this?
I only tried using processing
to generarte vlw font so far~
Hi team, I am working with this code and try to add some function, I would like to know how to generate code from raw image (png, jpeg, etc) and font file (.ttf, wof,etc). I didn't find related script in the repo, also cannot find any information in the LovyanGFX repo.
Thanks with best regards.