feat: Add JPEG decoder configuration and fix LCD color inversion

This commit is contained in:
Adolfo Reyna
2026-07-08 23:20:06 -04:00
parent 4003065074
commit e4b95396dd
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ std::shared_ptr<tt::hal::display::DisplayDevice> createDisplay() {
.swapXY = true,
.mirrorX = false,
.mirrorY = false,
.invertColor = false,
.invertColor = true,
.swapBytes = true,
.bufferSize = LCD_BUFFER_SIZE,
.touch = createTouch(),