Page 1 of 1

Define a user-defined character set

Posted: Tue Sep 21, 2021 1:56 pm
by wonde05
Hey guys i have a 58mm thermal receipt printer connected with esp32 and I wanted to print my own characters but I have no idea how or where to start. can anyone please give me some advice on where to start?

Re: Define a user-defined character set

Posted: Wed Sep 22, 2021 8:37 am
by pythoncoder
If your character set is available in ttf or otf font files, this repo will give a pointer to how to convert them to bitmaps in Python sourcecode and render them as bitmaps.

Re: Define a user-defined character set

Posted: Tue Sep 28, 2021 6:22 am
by wonde05
Thank you so much.