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
sample code is printed using tp.write(myImage); . But this library method is coded that reject about 0x0a(\n).
so, When image data have 0x0a, image printing is not correct.
AS-289R2/examples/AS-289R2/AS-289R2.ino
Lines 139 to 146 in ec1198b
sample code is printed using
tp.write(myImage);
. But this library method is coded that reject about 0x0a(\n).so, When image data have
0x0a
, image printing is not correct.AS-289R2/examples/AS-289R2/image.h
Lines 20 to 24 in ec1198b
issue test.
0x00 to 0x0a in L20,L21,L22,L23,L24. (image.h)
thanks.
The text was updated successfully, but these errors were encountered: