We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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)
The text was updated successfully, but these errors were encountered:
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! 😎
Sorry, something went wrong.
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!
Ah, I see what you have done there with not plotting missing prices. Hmm. Must include that...
pufferfish-tech
No branches or pull requests
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
Originally posted by @abbottcam in #2 (comment)
The text was updated successfully, but these errors were encountered: