I want to build a LED dispay of chinese characters, in 16*16.
It already exist in commercial use:
I have tried in python by using converting the chinese character to an image using the librairy PIL but I only get interesting result with a big size font, which is much more than the 16*16 I want :
Question : what is the library used for commercial product ( that can be found everywhere in China) that can display in 16*16?
Thanks in advance for the help.