Define a user-defined character set

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
wonde05
Posts: 26
Joined: Thu Apr 08, 2021 12:53 pm

Define a user-defined character set

Post by wonde05 » Tue Sep 21, 2021 1:56 pm

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?
Last edited by wonde05 on Sat Dec 18, 2021 11:09 am, edited 1 time in total.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Define a user-defined character set

Post by pythoncoder » Wed Sep 22, 2021 8:37 am

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.
Peter Hinch
Index to my micropython libraries.

wonde05
Posts: 26
Joined: Thu Apr 08, 2021 12:53 pm

Re: Define a user-defined character set

Post by wonde05 » Tue Sep 28, 2021 6:22 am

Thank you so much.

Post Reply