You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ BLE APIs depending on the board manufacturer, I support the three more
14
14
popular ones: ESP32, Adafruit and Arduino (e.g. Nano BLE 33). The two main features of
15
15
thermal printers are supported by this code - plain text and dot addressable
16
16
graphics. The graphics are treated like a display driver - you define a RAM buffer and draw text, dots, lines and bitmaps into it, then send it to the printer. Text output supports the various built-in font size+attribute options of some printers as well as Adafruit_GFX format bitmap fonts (sent as graphics).
17
-
See the include (.H) file for a description of each function.
17
+
See the Wiki: https://github.com/bitbank2/Thermal_Printer/wiki/Public-API for a description of each function.
0 commit comments