drawing an eclipse instead of a circle #2684
Unanswered
justjohnlee
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The display info struct is used to describe the display dimensions. Obviously a 240x64 display differs from a 240x128 display in the size of the pixels. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Issue: drawing an eclipse instead of a circle.
Same problem with other geometric shapes.
The square is stretched along the y-axis.
Functions u8g2_Setup_uc1638_240x64_f, u8x8_d_uc1638_240x64 and struct u8x8_uc1638_240x64_display_info were added to the library.
The struct members look like 8x8_uc1638_240x128_display_info but the last six are different.
Please, give reason behind this and advise me.
Beta Was this translation helpful? Give feedback.
All reactions