What code should I use to make this line appear vertical on the screen?
u8g.drawStr( 0, 24, "______________________________");
What code should I use to make this line appear vertical on the screen?
u8g.drawStr( 0, 24, "______________________________");
What display?
You will probably need to use a graphical function to draw a vertical line.
Maybe something like drawLine?
Change the screen rotation, either physically, or in software
Thank you nice bro it
u8g.drawLine(64, 0, 64, 80);
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.