bitbank2 / Thermal_Printer

Arduino library to draw text and graphics on BLE thermal printers
Apache License 2.0
350 stars 52 forks source link

add NimBLE support #23

Closed alexodus closed 2 years ago

alexodus commented 2 years ago

add support for NimBLE library

bitbank2 commented 2 years ago

I merged the PT-210 issue first; can you please update and correct this merge request?

alexodus commented 2 years ago

Footprint info:

In a project with BLE standard library RAM: [= ] 7.5% (used 24424 bytes from 327680 bytes) Flash: [====== ] 60.0% (used 786393 bytes from 1310720 bytes)

in a project with NimBLE library RAM: [= ] 8.3% (used 27320 bytes from 327680 bytes) Flash: [==== ] 44.6% (used 585014 bytes from 1310720 bytes)

alexodus commented 2 years ago

I merged the PT-210 issue first; can you please update and correct this merge request?

Ok, I'll try it tomorrow