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

Rotate screen on inkyPhat #6

Open
pufferfish-tech opened this issue May 6, 2020 · 3 comments
Open

Rotate screen on inkyPhat #6

pufferfish-tech opened this issue May 6, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@pufferfish-tech
Copy link
Owner

Nice to have, easy to include: allow 180 degree rotation of display.

Info from abbottcam:

I’ve found out how...

https://forums.pimoroni.com/t/inkyphat-display-rotation-command-changed/9675/2

Put this at the bottom of octoprice_main_inky.py

flipped = img.rotate(180)
inky_display.set_image(flipped)
inky_display.show()

Mobile: 07843448046
Website: www.abbottcam.co.uk
IMDb:http://www.imdb.com/name/nm2555732/
——————————————————
Sent from my iPhone

On 20 Apr 2020, at 11:04, pufferfish-tech [email protected] wrote:


It uses PIL which is a standard library so I imagine you can, I am not sure how to though either.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Originally posted by @abbottcam in #2 (comment)

@pufferfish-tech pufferfish-tech self-assigned this May 6, 2020
@pufferfish-tech pufferfish-tech added the enhancement New feature or request label May 6, 2020
@sidewinder42
Copy link

sidewinder42 commented May 23, 2020

I had this in my fork of your code. There’s also a fix for Daylight Savings, but not nearly as elegantly as how you did it! 😎

@pufferfish-tech
Copy link
Owner Author

I had this in my fork of your code. There’s also a fix for Daylight Savings, but not nearly as elegantly as how you did it! 😎

I used Chiny91's DST fix for that one I think. I need to put some time into understanding the intricacies of github...I hadn't spotted your fork!

@pufferfish-tech
Copy link
Owner Author

Ah, I see what you have done there with not plotting missing prices. Hmm. Must include that...

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

No branches or pull requests

2 participants