PixelIt icon indicating copy to clipboard operation
PixelIt copied to clipboard

Ulanzi TC001: Add option to disable battery screen on boot

Open smart7324 opened this issue 1 year ago • 7 comments

Currently (2.5.0) there is no option to disable the battery status of Ulanzi TC001 on boot. On every boot it shows the battery percentage like this:

IMG_9997

I would like to disable that and show nothing, only the clock. I found an option bootBatteryScreen in config.json (this option is not in the UI). If I change it to false, the clock doesn't show the battery percentage anymore, but still shows some green and blue pixels on boot.

I'm happy to help, if you need some more information or tests :)

smart7324 avatar Jan 01 '24 08:01 smart7324

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Feb 01 '24 00:02 github-actions[bot]

The issue is still there.

smart7324 avatar Feb 01 '24 07:02 smart7324

The bool bootBatteryScreen = VBAT_PIN > 0 ? true : false; is true on boot and after the config false, maybe there is a race condition.

The battery bootscreen is inaccurate anyway :D and unnecessary after a no-battery mod. I may be able to help with this.

Metaln00b avatar Feb 01 '24 19:02 Metaln00b

the battery screen is only broken if you have logo the boot screen disabled so I'm assuming some stuff doesn't get initialized properly

noiob avatar Feb 14 '24 23:02 noiob

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Mar 16 '24 00:03 github-actions[bot]

The issue is still there…

smart7324 avatar Mar 16 '24 08:03 smart7324

How? I want this feature too....

Linjieqiang avatar Apr 08 '24 01:04 Linjieqiang

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar May 09 '24 00:05 github-actions[bot]

Reopen to be able to set this in the Options > Defaults (true/false)?

StevenKRT avatar Mar 18 '25 03:03 StevenKRT

Try 2.5.4-beta and give me feedback

foorschtbar avatar Mar 23 '25 18:03 foorschtbar

Thank you the function works in the beta. The setting can now be stored in the options, after accepting the configuration, the battery display can now be switched on/off.

By the way, 2.5.4-beta: The update without data deletion failed, but the reinstallation with deletion works with Flashing (Web).

StevenKRT avatar Mar 24 '25 20:03 StevenKRT

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Apr 24 '25 01:04 github-actions[bot]

Fixed with 2.5.4

foorschtbar avatar Apr 24 '25 06:04 foorschtbar