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

Treating Inky pHAT-Red as Black/White doesn't work #173

Open
TheMarrt opened this issue Aug 20, 2023 · 0 comments
Open

Treating Inky pHAT-Red as Black/White doesn't work #173

TheMarrt opened this issue Aug 20, 2023 · 0 comments

Comments

@TheMarrt
Copy link

TheMarrt commented Aug 20, 2023

Some resellers have this line in the product description:
"Pro-tip: you can treat the three-colour displays as black and white - InkyPHAT("black") - and they'll refresh as quickly as a black and white display, in just a couple of seconds"

I tried to overwrite/replace the auto detection in some scripts,
from inky import InkyPHAT
and then used
inky_display = InkyPHAT("black") instead of inky_display = auto(ask_user=True, verbose=True)

... the scripts run without error but the screen is not refreshed (but they will stop any ongoing 15s-Refreshes on execution, so there is something sent to the display)

What is the correct way to treat a 3-Color display as Black and White in the current version of Inky?

@TheMarrt TheMarrt changed the title Treating red InkyPHAT as Black and White doesn't work Treating Inky pHAT-Red as Black/White doesn't work Aug 20, 2023
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