Skip to content

Commit

Permalink
feat(X10E): Allow minimum backlight value to be much lower (#4540)
Browse files Browse the repository at this point in the history
This a 2.9 branch version of #4539
  • Loading branch information
packetpilot authored Jan 19, 2024
1 parent ca18c65 commit 0a81536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/horus/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ void DMABitmapConvert(uint16_t * dest, const uint8_t * src, uint16_t w, uint16_t
#define BACKLIGHT_FORCED_ON BACKLIGHT_LEVEL_MAX + 1
#if defined(PCBX12S)
#define BACKLIGHT_LEVEL_MIN 5
#elif defined(RADIO_FAMILY_T16)
#elif defined(RADIO_FAMILY_T16) || defined(RADIO_X10E)
#define BACKLIGHT_LEVEL_MIN 1
#else
#define BACKLIGHT_LEVEL_MIN 46
Expand Down

0 comments on commit 0a81536

Please sign in to comment.