Skip to content

Commit

Permalink
fixed color from uint8 to uint16
Browse files Browse the repository at this point in the history
  • Loading branch information
SadAlexa committed Jan 14, 2024
1 parent 096fbf0 commit fc8503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recoveryLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void RefreshWatchdog() {
}

uint8_t displayBuffer[displayWidth * bytesPerPixel];
static constexpr uint16_t colorMauve = 0xCBA6F7;
static constexpr uint16_t colorMauve = 0xCD3E;

unit1

Expand Down

0 comments on commit fc8503b

Please sign in to comment.