Open pufferfish-tech opened 4 years ago
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 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!
Ah, I see what you have done there with not plotting missing prices. Hmm. Must include that...
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 https://github.com/pufferfish-tech/octopus-agile-pi-prices/issues/2#issuecomment-616551435