bitrate16 / peripage-python

Python module and documentation for direct printing on Peripage thermal printers via bluetooth
GNU General Public License v3.0
77 stars 10 forks source link

Unicode text please #7

Open quang1412 opened 2 years ago

quang1412 commented 2 years ago

how to print a unicode text and emoji?

bitrate16 commented 2 years ago

You can try solution from stackoverflow or from this link and simply create white image, wrap draw text on it and print it as regular image. It was planned to be implemented later, but still haven't been done.