Paramcnt 0x00000010 FBADR 0x80088000 Bpp 0x00000010 Use16BitPalette 0x00000001 CxScreen 0x00000280 CyScreen 0x000001E0 Control0 0x003008F8 Control1 0x0B0BFE70 Control2 0x200A15E0 Control3 0x03700003 DataBits 0x00000010 DisplayOn 0xc2000000 Brightness 0x00000000 Contrast 0x00000000 Feature 0x00006432 UseEDTSSP 0x00000000 DisplayName "LTA065A041F-16Bpp" ; ----------------------------------------- ; Flags DisplayOn ; ----------------------------------------- #define DO_MASK 0xFF000000 #define DO_OVERRIDE_REGISTRY 0x80000000 #define DO_VNC 0x40000000 #define DO_RESERVED1 0x20000000 #define DO_RESERVED2 0x10000000 #define DO_INVERTPALETTE 0x08000000 #define DO_PALETTEMONO 0x04000000 #define DO_DISPLAYCACHED 0x03000000 ; ----------------------------------------- ; ----------------------------------------- ; Feature ; ----------------------------------------- #define FEATURE_MASK 0x0000000f #define USE_PANELLINK 0x01 #define TURNOFF_BACKLIGHT 0x02 #define SET_NEW_BRIGHT_CONTR 0x04 #define CONTR_DEV_MASK 0xf0000000 #define CONTR_USE_EEPOT 0x00000000 #define CONTR_USE_EDTSPI 0x10000000 #define CONTR_USE_AD5242 0x20000000 #define CONTR_USE_BCR 0x30000000 #define CONTR_USE_PWM 0x40000000 #define CONTR_USE_NONE 0xf0000000 #define BRIGHT_DEV_MASK 0x0f000000 #define BRIGHT_USE_EEPOT 0x00000000 #define BRIGHT_USE_EDTSPI 0x01000000 #define BRIGHT_USE_AD5242 0x02000000 #define BRIGHT_USE_BCR 0x03000000 #define BRIGHT_USE_PWM 0x04000000 #define BRIGHT_USE_NONE 0x0f000000 #define BRIGHT_EXTRA 0x00ff0000 #define CONTR_EXTRA 0x0000ff00 ; ----------------------------------------- ; Brightness ; ----------------------------------------- #define BRIGHT_MIN(a) ((a&0x00ff0000)>>16) #define BRIGHT_MAX(a) ((a&0x0000ff00)>>8) #define BRIGHT_DEFLT(a) ((a&0x000000ff) ; ----------------------------------------- ; ContrastVal ; ----------------------------------------- #define CONTR_MIN(a) ((a&0x00ff0000)>>16) #define CONTR_MAX(a) ((a&0x0000ff00)>>8) #define CONTR_DEFLT(a) ((a&0x000000ff)