| from edy: 1.button/keypad lights 2. LTE DL_KeyUpdateKeypadBacklight T B59148414A3DA90078043201 LTE2 DL_KeyUpdateKeypadBacklight T B59148434A3FA90078043201 3.void DL_KeyUpdateKeypadBacklight( UINT8 P1 ); / / P1 = 1 lighting; P2 = 0 ================================================================= 1. button/background lights 2. LTE UIS_SetBacklightWithIntensity A E92D4010E59F47B4E3510000 LTE2 UIS_SetBacklightWithIntensity A E92D4010E59F46C4E3510000 3. UINT32 UIS_SetBacklightWithIntensity(UINT8 P1, UINT8 P2); / / P1 = 255 / / P2 = 0:00, closing the background lights / / P2 = 1:00, open background lights ================================================================= UIS_GetActiveDialogType /* Access to the current dialog box type */ #define DialogType_Dialling 0x05 //dial-up window #define DialogType_EnterName 0x08 //input names. . . #define DialogType_SetDate 0x0B //Set Date #define DialogType_SetTime 0x0D //set-up time #define DialogType_Homescreen 0x0E //desktop standby #define DialogType_list 0x10 //Item List #define DialogType_SelectionList 0x13 //options #define DialogType_BatteryandMemory 0x15 //power, memory usage information, such as window howed that the grid #define DialogType_JumpOut 0x17 //pop-up window, such as "keyboard is locked, unlocked by XX", "please wait" category #define DialogType_MessageBox 0x1B //information inbox #define DialogType_GameAni 0x1D //games and applications when they enter the animation #define DialogType_WapMenu 0x1E //Wap browser-related menu #define DialogType_VideoCamera 0x25 //Camera viewfinder window #define DialogType_Password 0x26 //Password window #define DialogType_PB_SC_Other 0x28 //phone book, Shortcuts like, a lot of this state #define DialogType_Menu 0x2D //Main Menu #define DialogType_SecondLevelMenu 0x2E //2 of the three menu and the menu #define DialogType_WriteText 0x32 //input text #define DialogType_Brightness 0x37 //Settings - brightness - highlighted regulation #define DialogType_Picture 0x39 //Multimedia - picture
|