Hi!
In bin, images are stored as bitmaps, you should use pallette mode when possible, reduce the number of colors and unused pixels. here's a start: https://old.reddit.com/r/miband/comment ... _as_words/
Search found 7 matches
- 27 Nov 2019, 16:16
- Forum: Closed topics
- Topic: Watchface size
- Replies: 1
- Views: 408
- 05 Nov 2019, 18:04
- Forum: Closed topics
- Topic: [ANALOG] Mix-colored hands
- Replies: 14
- Views: 3391
Re: [ANALOG] Mix-colored hands
Fair enough, I explained nothing and frankly the gimp file is a piece of crap as I'm only a beginner with gimp.
The idea and math is really simple. Stacking image (i) with transparency (α) over some background (b), the final pixel value (p) is usually calculated simply as p = α·i + (1-α)·b
What ...
The idea and math is really simple. Stacking image (i) with transparency (α) over some background (b), the final pixel value (p) is usually calculated simply as p = α·i + (1-α)·b
What ...
- 29 Oct 2019, 19:17
- Forum: Closed topics
- Topic: HELP! create a watchface
- Replies: 3
- Views: 1042
Re: HELP! create a watchface
Nothing here so I've just swapped the animation in the provided watch face and moved the date, not my finest work but didn't have more than 10 minutes, here's the watchface, you can move things arround more as you like.
ps animation cannot go any slower in most recent firmware, I'd have to double ...
ps animation cannot go any slower in most recent firmware, I'd have to double ...
- 25 Oct 2019, 23:22
- Forum: Closed topics
- Topic: HELP! create a watchface
- Replies: 3
- Views: 1042
Re: HELP! create a watchface
Hi,
I guess the main hurdle was to get the semitransparent animation frames so here are scaled frames packable with palette mode on black background. Don't have the time right now to make a watchface but now you should be able to. If not, just write the desired font for time and date and I or ...
I guess the main hurdle was to get the semitransparent animation frames so here are scaled frames packable with palette mode on black background. Don't have the time right now to make a watchface but now you should be able to. If not, just write the desired font for time and date and I or ...
- 24 Oct 2019, 16:19
- Forum: Watchfaces tools
- Topic: WF_Builder (watchfaces for Mi Band 4)
- Replies: 216
- Views: 675747
Re: WF_Builder (watchfaces for Mi Band 4)
I don't think there is but you can easily just put 2019 in the background, updating it manually if you'll still like said watchface
- 16 Oct 2019, 22:43
- Forum: Closed topics
- Topic: Guide: Getting locale effortlessly
- Replies: 0
- Views: 914
Guide: Getting locale effortlessly
w3schools dot com/jsref/jsref_tolocalestring.asp
Basically just plop this in browser's console and you have locales you specified in first line in form specified by 'long' (see reference above).
var locales = ['sk-SK', 'en-US', 'cs-CZ', 'pl-PL', 'hr-HR', 'es-ES', 'pt-BR', 'fr-FR', 'hu-HU', 'de-DE ...
Basically just plop this in browser's console and you have locales you specified in first line in form specified by 'long' (see reference above).
var locales = ['sk-SK', 'en-US', 'cs-CZ', 'pl-PL', 'hr-HR', 'es-ES', 'pt-BR', 'fr-FR', 'hu-HU', 'de-DE ...
- 16 Oct 2019, 22:30
- Forum: Closed topics
- Topic: [ANALOG] Mix-colored hands
- Replies: 14
- Views: 3391
Re: [ANALOG] Mix-colored hands
Maths to rescue! Here's what I came up with, packed with selective pallette mode + gimp source