adafruit/Python-Thermal-Printer

Rotating Text Question

crecord opened this issue · 2 comments

How would I go about rotating the orientation of the text? (I want to create a single stream of text that runs length-wise along the paper.) I was looking at the character command masks (in Adafruit_Thermal.py, line 280 - 290) and experimenting with creating a new one with no luck.

Never heard of any ability for it to rotate text, sorry! Let us know if you find any evidence to prove me wrong :)

I ended up using bitmaps!