Skip to content

Commit

Permalink
fix: Add default contrast settings for Zorro (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mixMugz authored May 9, 2023
1 parent f800447 commit 2568f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/taranis/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ void fsLedOn(uint8_t);
#define IS_LCD_RESET_NEEDED() true
#define LCD_CONTRAST_MIN 10
#define LCD_CONTRAST_MAX 30
#if defined(RADIO_TX12) || defined(RADIO_TX12MK2) || defined(RADIO_BOXER)
#if defined(RADIO_TX12) || defined(RADIO_TX12MK2) || defined(RADIO_ZORRO) || defined(RADIO_BOXER)
#define LCD_CONTRAST_DEFAULT 20
#elif defined(RADIO_TPRO) || defined(RADIO_FAMILY_JUMPER_T12) || defined(RADIO_TPRO) || defined(RADIO_COMMANDO8)
#define LCD_CONTRAST_DEFAULT 25
Expand Down

0 comments on commit 2568f33

Please sign in to comment.