1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-19 13:33:38 +01:00

bdk: display: correct night mode value

This commit is contained in:
CTCaer 2022-06-27 10:27:18 +03:00
parent b0c0a86108
commit d38ddad873
2 changed files with 17 additions and 17 deletions

View file

@ -714,7 +714,7 @@
#define DCS_SM_COLOR_MODE_POR_RESET 0x20 // Reset value on power on.
#define DCS_SM_COLOR_MODE_NATURAL 0x23
#define DCS_SM_COLOR_MODE_VIVID 0x65
#define DCS_SM_COLOR_MODE_NIGHT 0x23 // Basic with Night mode.
#define DCS_SM_COLOR_MODE_NIGHT 0x43 // Basic with Night mode.
#define DCS_SM_COLOR_MODE_ENABLE BIT(0)
#define DCS_SM_COLOR_MODE_COLOR_MASK (7 << 1)