-
Notifications
You must be signed in to change notification settings - Fork 84
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
Invert display so the Pi can have any orientation #90
Comments
Related to #84 |
In framebuffer / fbtft this can be done by specifying clockwise rotations from standard - 90, 180, 270 - think this would be our best bet |
i would like to have an option which allows me to rotate the screen by 180° |
Yes this is a very good idea for sure. We will definitely look into it.
…On 20 Mar 2017 12:31 am, "Dominic Spatz" ***@***.***> wrote:
i would like to have an option which allows me to rotate the screen by 180°
(to attach the RPi Zero W to the Wall and to have the cable running
underneath)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADNCuv5_kPwI-iZx_hREwATm6emJ4pyRks5rncjdgaJpZM4MhAdz>
.
|
Hey @shawaj |
Do you need to write text on the fly?
Otherwise you could generate images, save then upside down, and send to
screen?
On 24 Mar 2017 8:15 am, "Dominic Spatz" <notifications@github.com> wrote:
Hey @shawaj <https://github.com/shawaj>
Now, since the PaPiRus is working with the latest kernel on my Pi Zero W, I
would like to have the correct orientation on my ePaper.
Is there any way to do this before: image.write?
I only display Text right now, so inverting the font would be to
complicated.
Instead: Displaying an image could easily be manipulated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADNCuoPLm45CByfBkVf78S9F4YhhL0PCks5ro3udgaJpZM4MhAdz>
.
|
Thats my code: |
What does the code do? If you want it included in the PaPiRus repository
can you submit a PR
Thanks
…On 25 Mar 2017 2:15 pm, "Dominic Spatz" ***@***.***> wrote:
Thats my code:
https://github.com/Dom1n1c/PaPiRus-MQTT/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADNCuuj2guR18swbKb0RsYGuqNEftvt2ks5rpSF4gaJpZM4MhAdz>
.
|
it listens for mqtt topics and then it'll print them to the display 😄 |
Any news on rotating the screen (changing the orientatiion)? Thanks :) |
Hi @dom1n1c, I believe that would in fact require some work on the EPD driver what do you think @tvoverbeek ? |
@dom1n1c @francesco-vannini No need to modify the repaper/gratis driver. |
I too would really like this feature please. |
See my PR #119 Hopefully will get merged soon. Otherwise clone my repository |
Brilliant! Can't wait to try this out, thank you! |
Think @francesco-vannini was playing with this but got distracted with some other stuff at tail end of last week. Will get it merged this coming week :-) |
We are reviewing a PR for this and we are aiming to merge next week.
…On 14 May 2017 11:32 a.m., "quavoce" ***@***.***> wrote:
I too would really like this feature please.
My use case would be to have dynamically updating text aligned next to the
buttons on a PiZero, in portrait mode with the 2″ diagonal (200 x 96
resolution) display.
If I could write text in portrait mode (90 degrees), I would position the
text using x/y values.
I do realise I could use multiple images for each button status, but
having dynamic text would be easier.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APUu1yOexBZk32jlVysyQO_Kcx6aP-B9ks5r5thZgaJpZM4MhAdz>
.
|
Sorted in #119 |
I'd love to be able to use PaPiRus with my Pi Zero "upside down" as considered by the PaPiRus HAT - with the text being displayed the right way up.
Could we have a "setOrientation()" in a future build?
The text was updated successfully, but these errors were encountered: