PDA

Ver la versión completa : [ELF] ClockBattMod 4.5



Pakoko
27/05/2008, 17:14:37
Ahora se puede cerrar con el bookmanager este gran elf:cool:

aqui el link: http://www.4shared.com/file/49161240/db609956/ClockBattMod_45.html?dirPwdVerified=3d008d1e

aqui una preview de como se ve ahora desde el bookmanager

http://img79.imageshack.us/img79/5006/scr140908db8.png

rodpad88
19/06/2008, 20:33:38
Oye como configuro el .ini para que la hora me salga asi:

hr:min.seg.pm
Ejemplo:
05:35.59pm

Te adjunto mi .ini a ver en que me puedes ayudar va :a26:



[BATT]: 0x01; Display # whether the battery (yes x01 = 0, 0 = no x00)
[CLOCK]: 0x01; Display # whether hours (yes x01 = 0, 0 = no x00)
[SEC]: 0x01; Display # whether seconds in hours (yes x01 = 0, 0 = no x00)
[HEAP]: 0x00; Display # whether heap (yes x01 = 0, 0 = no x00)
[DATE]: 0x00; Display # whether the date (yes x01 =
0, 0 = no x00)
[STEMP]: 0x00; Display # whether the system temperature (yes x01 = 0, 0 = no x00)

[CLOCKCLR]: 0xFFFFFFFF; # Colour time
[CLOCKX1]: 0x5A; # coordinates of the upper left corner of hours X (in hex) ...
[CLOCKY1]: 0x09; # coordinates of the upper left corner of hours Y
[CLOCKX2]: 0xA0; # coordinates of the lower right corner of hours X
[CLOCKY2]: 0x0E; #
coordinates of the lower right corner of hours Y
[FONTCLOCK]: 0x02; # Font (see below)
[PODSVETCLOCK]: 0x00; # whether Display backlight time around numbers (yes x01 = 0, 0 = no x00)
[PODSVETCLOCKCLR]: 0xFF252525; # Color backlight time
[THEMECLRCLOCK]: 0x00; #
Use Does color theme for hours (yes x01 = 0, 0 = no x00)
[BATTCLR]: 0xFFFFFFFF; # Color batteries
[BATTX1]: 0x70; # coordinates of the upper left corner battery X
[BATTY1]: 0x01; # coordinates of the upper left corner battery Y
[BATTX2]: 0x9A; # coordinates of the lower right corner battery X
[BATTY2]: 0x0A; #
coordinates of the lower right
corner battery Y
[FONTBATT]: 0x02; # Font (see below)
[PODSVETBATT]: 0x00; #
whether Display backlight around batteries per cent
(yes x01 = 0, 0 = no x00)
[PODSVETBATTCLR]:
0xFF222222; # Color illumination batteries
[THEMECLRBATT]: 0x00; # Use Does color theme for the batteries (yes x01 = 0, 0 = no x00)
[TRANSP]: 0x01; Display # von whether or not (no = 0 x01, in the form of rectangular display = 0 x00)
[RAMCLR]: 0xFF000000 # Background Color
[BACKCLR]: 0xFF0000FF; # border color background
[MOVING]: 0x00; # Movement on the screen from left to right and back
[SPDMOVING]: 0x05; # speed
[MOVINGFROM]: 0x00; # Left border, where before moving clocks with animation (at 0 leave for the screen)
[MOVINGTO]: 0x10E; # Right border, where before moving clocks with animation (100 go for the screen)
[TIMER]: 0x05; # redraws the screen happens after [TIMER] * 100 milliseconds, ie if there put 0x0A, then every second. Caution: with too few importance vozniayut brakes in the menu
[STANDBY]: 0x01; # Show in StandBy mode or not (yes x01 = 0, 0 = no x00)
[ONLYSTANDBY]: 0x00; # Show all StandBy mode only (yes x01 = 0, 0 = no x00)
[ONLYSTANDBYCLOCK]: 0x00; # Show hours StandBy mode only (yes x01 = 0, 0 = no x00)
[ONLYSTANDBYBATT]: 0x00; Show # battery mode only StandBy (yes x01 = 0, 0 = no x00)
[ONLYSTANDBYHEAP]: 0x00; Show # heap StandBy mode only (yes x01 = 0, 0 = no x00)
[ONLYSTANDBYDATE]: 0x00; # Show date StandBy mode only (yes x01 = 0, 0 = no x00)
[ONLYSTANDBYSTEMP]: 0x00; Show # temperature phone StandBy mode only (yes x01 = 0, 0 = no x00)
[NOTSTANDBYCLOCK]: 0x01; # Do not show clocks in StandBy mode (yes x01 = 0, 0 = no x00)
[NOTSTANDBYBATT]: 0x00; # Do not show battery in StandBy mode (yes x01 = 0, 0 = no x00)
[NOTSTANDBYHEAP]: 0x01; # Do not show heap in StandBy mode (yes x01 = 0, 0 = no x00)
[NOTSTANDBYDATE]: 0x01; # Do not display the date in StandBy mode (yes x01 = 0, 0 = no x00)
[NOTSTANDBYSTEMP]: 0x01; # Do not show the temperature in StandBy mode (yes x01 = 0, 0 = no x00)

////////////////////////////////////////////////// ////////
Minispravka.
0xFF0000FF - color in hexadecimal codes in RGB format, in this case blue
0x8000FF00 - translucent green, or The first two digits - it is transparent, and less than they, the transparent element
0x10990000 - light red
For more precise use of colors, for example RGBTester. It shows three numbers on red, green and blue background.
And at the bottom showing the resulting color. Finding your desired color, such as pink (with the number of 185, 30 and 130), looking at the numbers and translating them into a system of hexadecimal calculator - get B9, 1E and 82.
Now decide kakya we need transparency. If you want color was completely opaque, it is FF. If completely transparent, it is 00, if poluprozrachen, respectively, 80. Naturally. You can choose other figures, varying transparency. (Let's say I chose translucent color 80)
And finally, we got color, 0x80B91E82.
Code fonts:
FONT_D_7R 0x01
FONT_E_14R 0x02
FONT_E_14B 0x03
FONT_E_14I 0x04
FONT_E_14BI 0x05
FONT_E_16R 0x06
FONT_E_16B 0x07
FONT_E_16I 0x08
FONT_E_16BI 0x09
FONT_E_20R 0x0A
FONT_E_20B 0x0B
FONT_E_20I 0x0C
FONT_E_20BI 0x0D
FONT_D_24B 0x0E
FONT_D_29B 0x0F

Cr@cShoT
21/03/2009, 19:51:04
Elf mostrando la información en StatusRow. Ahora, con la configuración bcfg.

Características:
- Muestra la hora, la fecha, la temperatura, el teléfono, porcentaje de la bateria
- Totalmente personalizable bcfg-config en la pantalla.

Menos de un año, y he añadido el duende bcfg-config. Ahora es posible hacer un retiro de la información enumerada anteriormente, todo lo que quieras: una opción para mostrar en la pantalla principal o no, la elección de color, estado, tiempo de actualización, etc
Además, el código optimizado Elfs, de modo tal que se redujo en 2 veces:)

Por supuesto, entiendo que ya existe un gran número de única y muy pocas personas utilizan este elf, pero al menos ahora lo tengo más o menos presentable apariencia.


http://wap.mobilefree.ru/upload/files/ScreenCBM5_2_176x220.jpg http://wap.mobilefree.ru/upload/files/ScreenCBM5_1_176x220.jpg

Josthyn
07/06/2010, 14:55:30
ClockBattMod5_sp_josthyn05


aca la traduccion del clockbattmod5 del idioma ingles al español...:a40: