Hi vertical line

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.

1 Like

Maybe something like drawLine?

2 Likes

Change the screen rotation, either physically, or in software

1 Like

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.