mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 20:11:50 +00:00
bdk: display: correct night mode value
This commit is contained in:
parent
b0c0a86108
commit
d38ddad873
2 changed files with 17 additions and 17 deletions
|
@ -714,7 +714,7 @@
|
||||||
#define DCS_SM_COLOR_MODE_POR_RESET 0x20 // Reset value on power on.
|
#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_NATURAL 0x23
|
||||||
#define DCS_SM_COLOR_MODE_VIVID 0x65
|
#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_ENABLE BIT(0)
|
||||||
#define DCS_SM_COLOR_MODE_COLOR_MASK (7 << 1)
|
#define DCS_SM_COLOR_MODE_COLOR_MASK (7 << 1)
|
||||||
|
|
Loading…
Reference in a new issue