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

On raspberry pi 4 background flag for pngview and worms applications works wrong. #27

Open
yuriidanilovskyi opened this issue May 1, 2020 · 1 comment

Comments

@yuriidanilovskyi
Copy link

Parameter for background:

-b - set background colour 16 bit RGBA e.g. 0x000F is opaque black

In the description for pngview, we can see that background is 16-bit color with RGBA format. But on raspberry pi 3 and 4 I can see different behavior with this color format. Pi 3 use an RGBA format(works as expected) and Raspberry pi 4 use a BGRA format.

It has some dependency on a specific library for GPU?

yuriidanilovskyi pushed a commit to renetec-io/Pyxian that referenced this issue May 4, 2020
For some reasons pngview application use different image format
for background on rpi 4(on rpi 3 all works as expected). Therefore
provide workaround which detect board version and change background
parameter for each board.

Issue link on pngview application - AndrewFromMelbourne/raspidmx#27

Issue: SW-214
@AndrewFromMelbourne
Copy link
Owner

Thanks I will have a look.

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

2 participants