Android Question center logo in mini pos printer

ronell

Well-Known Member
Licensed User
Longtime User
i managed to store a logo in my mini printer and print it in my app using this code
B4X:
    Printer.WriteLine(Chr(28) & "p" & Chr(1) & "1")
logoprint.png
the problem is it is being printed in the left most part

is there a way to center it by default?
 
Top