oigan amigos tengo un problema, baje el sleep mode 1.18 y si me funciono lo que pasa es que el tamaño de la hora queda demasiado grande he probado poniendoles todos los "font" posibles y ni asi me cambia ahorita el .ini lo tengo asi:
Código:
[FONT00]: 0x11; Clock
[FONT01]: 0x11; Date
[FONT02]: 0x11; Day of week
[FONT03]: 0x20; Custom Message
[FONT04]: 0xFF; Battery/Heap Status
[FONT05]: 0x11; MiniGPS location
[FONT06]: 0x11; Radio/Mplayer
[FONT07]: 0x11; Radio/Mplayer on Standby
;------Font Options Available------------------------;
;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;
oigan y otra cosa como puedo saber las posiciones en hexadecimal para esta parte del ini:
Código:
;Window positions
; TOP = offset of text from top of screen
; X-Postition of text, left justify and set X to move text to the right
;Can be used for clock/day/date/message
;example for 220x340 phones
[WIN00.TOP]: 0x88; Clock
[WIN00.HEIGHT]: 0xB9;
;[WIN00.X]: 0x00;
[WIN01.TOP]: 0x10E; Date
;[WIN01.X]: 0x00;
[WIN02.TOP]: 0xF2; Dayof Week
;[WIN02.X]: 0x00;
[WIN03.TOP]: 0x01; Icons
;[WIN03.X]: 0x00;
[WIN04.TOP]: 0x28; Custom Message
;[WIN04.X]: 0x00;
[WIN05.TOP]: 0x5F; Battery/Heap status
[WIN06.TOP]: 0x140; MiniGPS location
;[WIN06.X]: 0x00;
[WIN07.TOP]: 0xC8; Radio/Mplayer
[WIN08.TOP]: 0x00; Custom Icon Position
[WIN08.X]: 0x00;
[WIN09.TOP]: 0x00; Icon Row 2, set to 0 to disable
;[WIN09.X]: 0x00;
[WIN10.TOP]: 0x5C; Album Art top edge stby screen
[WIN10.X]: 0x00; Album Art left edge stby screen
[WIN11.TOP]: 0x5C; Album Art top edge sleepmode screen
[WIN11.X]: 0x00;Album Art top edge sleepmode screen
ahorita mi sleep se ve asi:
Marcadores