Skip to content

Commit

Permalink
Merge pull request #106 from WildernessLabs/bug/color-invert
Browse files Browse the repository at this point in the history
Bug/color invert
  • Loading branch information
adrianstevens authored Jul 29, 2024
2 parents 1353b32 + f363d87 commit f8d40e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Meadow.ProjectLab/ProjectLabHardwareV4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ internal ProjectLabHardwareV4(IF7CoreComputeMeadowDevice device, II2cBus i2cBus)
};

((Ili9341)_display).SetRotation(RotationType._270Degrees);
((Ili9341)_display).InvertDisplay(true);
((Ili9341)_display).InvertDisplayColor(true);

Logger?.Trace("Display up");
}
Expand Down

0 comments on commit f8d40e0

Please sign in to comment.