Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inky frame rotate #990

Open
mrglennjones opened this issue Aug 19, 2024 · 1 comment
Open

Inky frame rotate #990

mrglennjones opened this issue Aug 19, 2024 · 1 comment

Comments

@mrglennjones
Copy link

When using rotate=90 on the inky frame 7.3, it actually rotates it 180

@Gadgetoid
Copy link
Member

🤔

if (rotation == ROTATE_0) {

Looks like it doesn’t support 90/270 degree rotations (some mix of the chip not supporting it and/or it being a pain to accomplish in software) so if the rotation != 0 then it’s set to 180.

Might be worth looking into why 90 isn’t supported- of course past me didn’t leave any useful comment 😫

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants