; UNICODE BE ; main position and size: x y 0 100 176 97 ; global bg switch ON ; hours 0-9 fix ; 0 - show 0 { 03:12 } ; 1 - hide 0 { _3:12 } ; 2 - hide 0, center number { 3 :12 } ; 3 - hide 0, center clock { 3:12 } 0 ; hour and minute position on screen (relative to main position) ; hour hi number: x y 2 16 ; hour lo number: x y 42 16 ; mimutes hi number: x y 96 16 ; mimutes lo number: x y 136 16 ; separator: x y 0 0 ; numbers: x y w h ; x y w h - position and size in numbers.bmp 0 0 38 64 ; 0 0 64 38 64 ; 1 0 128 38 64 ; 2 0 192 38 64 ; 3 0 256 38 64 ; 4 0 320 38 64 ; 5 0 384 38 64 ; 6 0 448 38 64 ; 7 0 512 38 64 ; 8 0 576 38 64 ; 9 ;0 640 5 20 ; separator 0 0 0 0 ; off ; backgrounds: x y w h x2 y2 ; x y w h - position and size in bg.bmp ; x2 y2 - position on screen (relative to main position) ; common bg 0 0 0 0 0 0 ; off ; hours bg 0 0 82 95 1 1 ; minutes bg 0 0 82 95 93 1 ; separator bg 0 0 0 0 0 0 ; off ; sp_flash ;ON