JF

Results 209 comments of JF

You could drive the brightness using PWM. There might already be a PR for that.

I understand that such a feature might be useful in some cases but... I would like to challenge it for the following reasons: - UX : when enabled, the Navigation/Music/Battery...

I noticed a small glitch when the watch wakes up and switches to the clock. Any idea was could be the cause of this? https://github.com/user-attachments/assets/f7f4c4f8-d623-4c7b-80ba-62f0e02c124d

Hi and thanks for your first contribution to the InfiniTime project ! Could you explain into more detail what those changes do? Maybe add a few screenshots of the new...

The original issue was fixed by a refactoring of the brightness introduced by the always on feature #1869. Closing this one. Thanks for your contribution @serosi :1st_place_medal:

Have you checked why the page number of the launcher is actually stored? I wouldn't want to apply a change that conflicts with the original intend of the code. I...

> Git bisect says the bug was introduced in https://github.com/InfiniTimeOrg/InfiniTime/commit/39bc166e549e8ccae75468aa2dd3613d51f54e27. There was no call to SetAppMenu removed in that commit... Why didn't the bug occur before? The call to Settings::SetAppMenu()...

@Boteium Great job! This looks awesome, and yeah, the display is very smooth on the PineTime ! https://github.com/InfiniTimeOrg/InfiniTime/assets/2261652/6e885b29-bcf1-458b-9b66-483366399ea6 Not sure when we'll be able to review this PR, but the...

It's funny how a single byte can generate such complex issue, isn't it? :D I checked the GATT specification : the header should be 2 bytes long and the payload...

> After merging of this patch we can remove (revert) PineTime specific workaround which allows 3 bytes header all the time. This would "couple" a specific version of InfiniTime with...