Skip to content

Commit

Permalink
Target plus4: corrected brightness.
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlessmind1975 committed Dec 27, 2020
1 parent 25f231c commit d092cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midres_hw_plus4.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

// Offset for correct brightness.
#define MR_COLOR_LOWBRIGHTNESS (3<<4)
#define MR_COLOR_BRIGHTNESS (4<<4)
#define MR_COLOR_BRIGHTNESS (5<<4)
#define MR_COLOR_HIGHBRIGHTNESS (7<<4)

// Default palette.
Expand Down

0 comments on commit d092cfb

Please sign in to comment.