When I use font203, or a larger font that I put in 200, the setPrintPos(x,y) does not work for the x position. The y position is working but the x position always starts at 0. This does not work with or without rotation.
Any thoughts?
Service
Total Posts:
399
Since:
2013-Dec-22
From:
Canada
RE:Text positioning not working on larger fonts
Posted at:2017-08-09 13:18:59
Could you please indicate the firmware version on your display?
Your font must include space character " ", the firmware use this to determine the font's width.
Or use : setPrintPos(x,y,1) to set the postion based as pixels.
tbear
Total Posts:
6
Since:
2017-Apr-11
From:
United States
RE:Text positioning not working on larger fonts
Posted at:2017-08-09 18:16:55
What API on Arduino do I use to get the firmware version? Or do you have the code to restore the default welcome screen? It got erased somehow during testing.