Skip to content

Wrong dimensions for the Elgato Streamdeck + XL LCD strip #58

Description

@nschurmann

The Streamdeck + XL is horizontal, it has a height of 100px and a width of 1200px, here it looks inverted.

Kind::PlusXl => Some((100, 1200)),

I also noticed that later in the code the image gets rotated 270 degrees. Why are we taking this approach?

Kind::PlusXl => Some(ImageFormat {
mode: ImageMode::JPEG,
size: (100, 1200),
rotation: ImageRotation::Rot270,
mirror: ImageMirroring::None,
}),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions