PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
346 stars 88 forks source link

0 90 180 270 rotation #119

Closed tvoverbeek closed 7 years ago

tvoverbeek commented 7 years ago

Add rotation option so display can be used inverted and in portrait mode. Allowed rotations are 0 (default), 90, 180 and 270 degrees. Examples have also been updated to make use of rotation.

francesco-vannini commented 7 years ago

Hi Ton, only a minor thing in epd.py

qCopyright 2013-2015 Pervasive Displays, Inc.

Just writing it here so that I can amend after PR

tvoverbeek commented 7 years ago

​Noticed this, but did not know how to change it. Add an extra Copyright line with CopyRight PiSupply 2017 ???

T​

On Thu, May 11, 2017 at 5:56 PM, Garage Tech notifications@github.com wrote:

Hi Ton, only a minor thing in epd.py

qCopyright 2013-2015 Pervasive Displays, Inc.

Just writing it here so that I can amend after PR

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PiSupply/PaPiRus/pull/119#issuecomment-300834815, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJE7h-CrrAwu1qdsltli-A_4IdkByF_ks5r4y-5gaJpZM4NXGB4 .

francesco-vannini commented 7 years ago

Nothing is by chance with you, I should have known better :) @shawaj what do you think we should do?

shawaj commented 7 years ago

What's the issue?

On 11 May 2017 6:11 pm, "Garage Tech" notifications@github.com wrote:

Nothing is by chance with you, I should have known better :) @shawaj https://github.com/shawaj what do you think we should do?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PiSupply/PaPiRus/pull/119#issuecomment-300855286, or mute the thread https://github.com/notifications/unsubscribe-auth/ADNCuocAdSfI_anqCQDalgf6RKVYrN4_ks5r40ElgaJpZM4NXGB4 .

3DJupp commented 7 years ago

When will it be available?

shawaj commented 7 years ago

Soon

francesco-vannini commented 7 years ago

@tvoverbeek why did you remove the possible_fonts section in papirus-clock? Is it no longer needed?

tvoverbeek commented 7 years ago

Original code came from repaper and tried to care for many Linux flavours (Beaglebone Black, Ubuntu, etc.). Since the hardware is RPi specific I only left the safe Raspbian choice. Users, of course, can change, extend this if they choose.