Skip to content

Commit

Permalink
fix: fillKeyColor
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Oct 31, 2024
1 parent 3b76ce7 commit 234fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/services/buttonsLcdDisplay/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class DefaultButtonsLcdService implements ButtonsLcdDisplayService {
await this.fillImageRangeControl(control, pixels, {
format: 'rgba',
offset: 0,
stride: control.pixelSize.width * 3,
stride: control.pixelSize.width * 4,
})
}
}
Expand Down

0 comments on commit 234fa8f

Please sign in to comment.