Hola!
He revisado tu SleepMode.ini, y noté esto:
Código:
;Custom images can be loaded here to be placed anywhere on screen, usually as background;Set this to an unused icon and use sysgfx (or other method) to replace it with your custom picture
;You can define multiple backgrounds 0-6 to switch automatically according to custom_mode
;Specify either hex code of internal image or folder and name of external image
[IMAGE_FOLDER]: /card/picture/
;[CUSTOM00.ICON]: ABCD0001.png
;[CUSTOM00.ICON]: bk1.png
;[CUSTOM01.ICON]:
;[CUSTOM02.ICON]:
;[CUSTOM03.ICON]:
;[CUSTOM04.ICON]:
;[CUSTOM05.ICON]:
;[CUSTOM06.ICON]:
;[CUSTOM_MODE]: 0x03; 0=static icon00, 1=sequence by time, 2=random by time, 3=sequence by Day of week(Sunday=icon00, Mon=icon01, etc)
;[CUSTOM_TIME]: 0x10; Time period before background changes in minutes
Todas las líneas están comentadas...
Prueba quitarles el ";" a los CUSTOM_ICON que vayas a usar como imágen.
Además puedes descomentar CUSTOM_MODE y seleccionar cómo quieres ver tus fondos: 0x00 es una sóla imágen, y es la que elijas en CUSTOM00.ICON. 0x01 es ver todas las que elijas en un determinado tiempo en minutos (el tiempo lo seleccionas en la línea CUSTOM_TIME, y no olvides que el valor es en hexadecimal). 0x03 es en sequencia por día de la semana...
Un saludo!
Marcadores