Se encontraron 11 coincidencias

Return

por lvpokka
06 Sep 2019, 16:14
Jump to forum
Jump to topic

Re: Discussion of watch faces for Mi Band 4

[mention]Wilco[/mention] send me your watchface!

[mention]mysiak[/mention] chnage speed to 5 or more
por lumenvindex
25 Sep 2019, 10:38
Jump to forum
Jump to topic

Re: How to make the text grow to the left?

Alignment to [Smth]Center and [Smth]Right works only if there is enough space between X1 and X2 (X2 must be larger than X1) for all the images that must be shown at the moment. Otherwise, images will be drawn from X1.

Same works with Y axis. Alignment to Center[Smth] or Bottom[Smth] works only if ...
por lvpokka
08 Jul 2019, 12:57
Jump to forum
Jump to topic

MiBandWFTool

Author
lvpokka

Tool Description
1. The tool is based on a modified version of AmazfitBipTools, thanks to the original open source .
2. The tool supports unpacking, packing of the official watch face bin file.
3. Mi band 4 supports 16,581,375 colors.
4. Mi band 5 supports 15,499,008 colors ...
por lvpokka
08 Sep 2019, 09:05
Jump to forum
Jump to topic

Re: MiBandWFTool

v1.4.0
https://yadi.sk/d/hZnqJhUsUK6zow
- Added image quantization converter algorithm, it will compress image if it will have too much palette colors.
-- Will not affect RAW images. Added flag (ForceImageCompressor) to config
- If animation RepeatCount is 1, it will repeat only once
- Gif animation ...
por lumenvindex
09 Sep 2019, 07:17
Jump to forum
Jump to topic

WF_Builder (watchfaces for Mi Band 4)

Translated my Mi Band 4 watchface editor into English. Maybe someone will find it useful. (Works on Windows 7+)

Download WF_Builder 1.0.4
WFB_104_2.png

1.0.4
Fixed the order of controls for [Tab] switching.
Removed "Pulse norm" parameter.
Added [F9] hotkey for fast switching to/from Selective ...
por lvpokka
19 Sep 2019, 10:21
Jump to forum
Jump to topic

Re: MiBandWFTool

nope) limit of colors is 255, do what you want with it...
To use palette mode you can use paint.net and save it with 8 bit, or use JUST one background raw image by using raw.cfg

if you have 3 results of file size then there is 100% using mixed raw images with palette mode
por lumenvindex
26 Sep 2019, 18:28
Jump to forum
Jump to topic

Re: WF_Builder (watchfaces for Mi Band 4)

mysiak escribió: 26 Sep 2019, 16:38
Did I miss something? :)
There IS exe in the archive. Your antivirus must have eaten it. :mrgreen:
por lumenvindex
27 Sep 2019, 08:17
Jump to forum
Jump to topic

Re: WF_Builder (watchfaces for Mi Band 4)

mysiak escribió: 27 Sep 2019, 07:08
share the au3 file
Only if you promise me not to share it with anyone else. :D Mail me about it (see help message in any version of a program).
por lumenvindex
01 Oct 2019, 17:21
Jump to forum
Jump to topic

Re: WF_Builder (watchfaces for Mi Band 4)

Well, the FileOpenDialog function returns a string with a list of filenames. On Windows XP this function places last filename at the begining. On other versions of Windows this behaviour has changed - filenames list is sorted alphabetically.

Will make some workaround for this situation in 1.0.1 ...
por lumenvindex
02 Oct 2019, 07:32
Jump to forum
Jump to topic

Re: WF_Builder (watchfaces for Mi Band 4)

mysiak escribió: 02 Oct 2019, 05:05
So you probably don't need to do anything, maybe just raise a warning
I'll better sort the filenames array for WinXP. You can now try WF_Builder 1.0.1 (first message updated).
por lumenvindex
02 Oct 2019, 08:40
Jump to forum
Jump to topic

Re: WF_Builder (watchfaces for Mi Band 4)

mysiak escribió: 02 Oct 2019, 08:23
Just wondering - is this new FileOpenDialog going to show on all Windows versions or is it exclusive to XP?
Oops, this window is for debugging purposes only, I just forgot to remove it. It won't show on other systems than XP.

UPD: Recompiled the binary without it. Redownload, please. Sorry.