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

3 panels 64x32 #57

Open
albinholmqvist opened this issue Aug 1, 2024 · 1 comment
Open

3 panels 64x32 #57

albinholmqvist opened this issue Aug 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@albinholmqvist
Copy link

albinholmqvist commented Aug 1, 2024

Hi, is it possible to make the image stretch to 3 panels? (3x 64x32 px)

Or change the resolution??
Thanks in advance!!

image

@mkalkbrenner mkalkbrenner added the enhancement New feature or request label Aug 6, 2024
@mkalkbrenner
Copy link
Member

Yes, it is possible. But it requires code changes to support a resolution of 192x32:

  • centering
  • scaling

Especially the scaling won't be straight forward. At the moment it is implemented as up or down scaling that keeps the original aspect ratio. Stretching isn't implemented.

A better way might be to only add support for a native resolution of 192x32 and to only center images of smaller resolutions.
The clients like batocera or libdmdutil or dmdext or dmd-play should then send images in 192x32 to avoid stretching on the device.
But for sure, if someone provides a PR for stretching, I would be happy to review it.

Another option might be a kind of ambilight shown on the left and on the right.

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

No branches or pull requests

2 participants