InfiniTime icon indicating copy to clipboard operation
InfiniTime copied to clipboard

BatteryIcon: Change color with charge percentage

Open vkareh opened this issue 1 year ago • 4 comments

Silly little change to dynamically color the battery based on the charge left.

battery

vkareh avatar Jan 13 '24 02:01 vkareh

Build size and comparison to main:

Section Size Difference
text 379028B 176B
data 948B 0B
bss 63488B 0B

github-actions[bot] avatar Jan 13 '24 02:01 github-actions[bot]

Nice idea, I like it a lot! 😊 I think you could improve the contrast a little by using HSV colors and mapping the percentage to the hue interval between red and green. The brown in the second picture would become yellow. Lvgl can do the conversion to RGB.

minacode avatar Jan 13 '24 10:01 minacode

@minacode That's a brilliant suggestion! I've updated the code and added a new screenshot - looks way better, thanks!

vkareh avatar Jan 13 '24 14:01 vkareh

I love this change. Thank you.

z3t0 avatar Mar 01 '24 20:03 z3t0