Skip to content

v1.1 - Better rendering for upside down panels

Choose a tag to compare

@BadgerCode BadgerCode released this 15 May 17:19
· 4 commits to main since this release

Added functions to make it easier to render to panels that are upside down.
This means that panel rendering still works left to right, top to bottom even when the panel is upside down.

  • SetFlippedRow(int panelNumber, int rowNumber, byte value)
    • Update a single row on a panel, where the panel is upside down
  • SetFlippedPanel(int panelNumber, byte* rowsData)
    • Set the data for all rows on a panel, where the panel is upside down