Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 0c927c4

Browse files
authored
Update thermal_printer.py
1 parent c0e84ca commit 0c927c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adafruit_thermal_printer/thermal_printer.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,9 @@ def set_defaults(self):
387387
self.size = SIZE_SMALL
388388
self.underline = None
389389
self.inverse = False
390-
self.upside_down = False # wg. dokumentacji powinno działać ale nie działa
391-
self.up_down_mode = True # zamiast powyższego zaiplementowałem to <<
390+
self.upside_down = False # this should work in 2.68 according to user manual v 4.0
391+
# but it does't work with 2.168 hence i implemented the below
392+
self.up_down_mode = True
392393
self.double_height = False
393394
self.double_width = False
394395
self.strike = False

0 commit comments

Comments
 (0)