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
I divide bitmap into chunks of 255 pixels and then print. Some printers like Rongta put white space between each chunk(Specifically Bluetooth printer).
Is there a way where I don't need to divide and still print the long receipt(image)?
I have try like this :
mPrinter.printImage(bitmap);
but not work? 😢
The text was updated successfully, but these errors were encountered: