no soy sunfire, pero te quiero ayudar.
para cambiar los colores del fondo, reloj, etc,les dejo una imagen. debe cambiarlo por los ultimos seis digitos de cada opcion.
en el ini, saldria asi:
para cambiar el color del reloj, por ejemplo, la opcion "[COLOR00]" tiene "0xCCxxxxxx", donde "xxxxxx" es el numero hexadecimal del color que quieres que sea el reloj. la imagen de arriba estan los colores y su valor hexadecimal.;COLOR default white 0xFFFFFFFF
;;;;;;;;;;;;;;;;;;;;;;;TTRRGGBB
;1st two bytes(TT) set translucency and then next 6 bytes are RedGreenBlue
;00-CLOCK
;01-DATE
;02-DAY OF WEEK
;03-MISSED ICONS (color doesn't affect 16-bit icons)
;04-MESSAGE
;05-STATUS (temp, battery, heap)
;SET COLOR=0x01 TO USE THEME COLOR
[COLOR00]: 0xCC99FF66;
[COLOR01]: 0xAA99FF66;
[COLOR02]: 0xFFAAFFFF;0xAA99FF66;
[COLOR03]: 0xFF000000;
[COLOR04]: 0xFFFFFFFF;
[COLOR05]: 0xCCFF2020;
;screen background and outline
[COLOR06]: 0xAA003366;
[COLOR07]: 0xFFFF9933;
donde esta:
podras cambiarle la fuente, dependiendo de la opcion que quieras. en el ini dice claramente para que opcion sirve cad una.con la tabla de arriba, puedes hacerle los cambios una B significa Negrilla, una R subrayado y una I cursiva. el numero es el tamaño de la fuente.;Fonts for all phones
;Choose FONT - valid range 0x00->0x23
;Not all fonts are available on all phones!
;If font not available(not in DYN_CONST.bin)
;elf will default to FONT_E_20R
;Set font to FF to turn off that display
;font size has no effect for missed icons
;00 - CLOCK_FONT
;01 - DATE_FONT
;02 - DAY_OF_WEEK_FONT
;03 - MESSAGE FONT
;04 - STATUS
[FONT00]: 0x1B;
[FONT01]: 0x11;
[FONT02]: 0x06;
[FONT03]: 0x0A;
[FONT04]: 0x02;
;------Choose from this table------------------------;
;0x00=FONT_D_7R; 0x10=FONT_E_18R; 0x20=FONT_E_40R;
;0x01=FONT_E_14R; 0x11=FONT_E_18B; 0x21=FONT_E_60R;
;0x02=FONT_E_14B; 0x12=FONT_E_18I; 0x22=FONT_E_75R;
;0x03=FONT_E_14I; 0x13=FONT_E_18BI;0x23=FONT_E_100R;
;0x04=FONT_E_14BI; 0x14=FONT_E_22R; 0x24=FONT_ICON_16BIT_V2;
;0x05=FONT_E_16R; 0x15=FONT_E_22B; 0x25=FONT_ICON_2BIT_V2_2NDLCD;
;0x06=FONT_E_16B; 0x16=FONT_E_22I; 0x26=FONT_D_18B;
;0x07=FONT_E_16I; 0x17=FONT_E_22BI;0xFF=No display
;0x08=FONT_E_16BI; 0x18=FONT_E_24R;
;0x09=FONT_E_20R; 0x19=FONT_E_24B;
;0x0A=FONT_E_20B; 0x1A=FONT_E_25R;
;0x0B=FONT_E_20I; 0x1B=FONT_E_25B;
;0x0C=FONT_E_20BI; 0x1C=FONT_E_25I;
;0x0D=FONT_D_24B; 0x1D=FONT_E_25BI;
;0x0E=FONT_D_29B; 0x1E=FONT_E_30R;
;0x0F=FONT_E_8R; 0x1F=FONT_E_36R;
donde dice:
en "[CUSTOM_MSG]" tienes la opcion de que el elf te muestre el mensaje que quieras.;custom message must be <= 20 characters
[CUSTOM_MSG]: :: UTB ::
[WIN04.TOP]: 0x72;
[WIN04.HEIGHT]: 0x10;
[WIN05.TOP]: 0x18;
[WIN05.HEIGHT]: 0x10;
si haces esos cambios, te quedara asi:
Marcadores