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

neopixel device not rotating #274

Open
Fishhooks1945 opened this issue Jan 10, 2022 · 0 comments
Open

neopixel device not rotating #274

Fishhooks1945 opened this issue Jan 10, 2022 · 0 comments

Comments

@Fishhooks1945
Copy link

Hello, sorry to trouble you guys with this, but I am having a problem rotating my creations using the Luma library. When I try to rotate it does not show up.

Details of my installation:
Rasp Pi 3B+ Linux 5.10.63-v7+ #1488 SMP Thu Nov 18 16:14:44 GMT 2021 armv7l GNU/Linux
latest python , all libs up to date including luma stuff

I am trying to rotate the demo python code for my matrix. I expect this piece of code:
device = neopixel(cascaded=64, rotate=1)
to rotate the display, but when i run it, the display does not light up at all. When I drop the rotate=1, it works fine again (just not rotated)

The different thing happens when I try to edit neopixel_demo.py:
device = neopixel(width=8, height=8, mapping=UNICORN_HAT, rotate=1)
does not work. the display still shows my code, but it is NOT rotated.
this works, just not rotated either:
device = neopixel(width=8, height=8, mapping=UNICORN_HAT)

What Am i doing wrong?
Thank you for the help! :)

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

No branches or pull requests

1 participant