mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-18 01:15:33 +00:00
28 lines
702 B
C
28 lines
702 B
C
#ifndef __S6E8FC3_MDNIE_H__
|
|
#define __S6E8FC3_MDNIE_H__
|
|
|
|
#include "oled_common_mdnie.h"
|
|
|
|
#define NR_S6E8FC3_MDNIE_REG (4)
|
|
|
|
#define S6E8FC3_MDNIE_0_REG (0x80)
|
|
#define S6E8FC3_MDNIE_0_OFS (0)
|
|
#define S6E8FC3_MDNIE_0_LEN (1)
|
|
|
|
#define S6E8FC3_MDNIE_1_REG (0xb1)
|
|
#define S6E8FC3_MDNIE_1_OFS (0)
|
|
#define S6E8FC3_MDNIE_1_LEN (25)
|
|
|
|
|
|
#define S6E8FC3_SCR_CR_OFS (1)
|
|
#define S6E8FC3_SCR_WR_OFS (19)
|
|
#define S6E8FC3_SCR_WG_OFS (20)
|
|
#define S6E8FC3_SCR_WB_OFS (21)
|
|
#define S6E8FC3_SCR_WHITE_LEN (1)
|
|
#define S6E8FC3_NIGHT_MODE_OFS (S6E8FC3_SCR_CR_OFS)
|
|
#define S6E8FC3_NIGHT_MODE_LEN (21)
|
|
#define S6E8FC3_COLOR_LENS_OFS (S6E8FC3_SCR_CR_OFS)
|
|
#define S6E8FC3_COLOR_LENS_LEN (21)
|
|
|
|
#endif /* __S6E8FC3_MDNIE_H__ */
|