how to customize the time that appears on the top center?
it always shows the realtime time but i want it to match the time of what story im making
Viewing post in Better EMR Phone comments
i figured it out!
label start:
$ phone.system.battery_level = "77" >this is for the battery level<
$ phone.system.date = datetime.datetime(year=2025, day=17, month=2, hour=5, minute=43) >and this is for the custom time and date<
in another rpy file, add this:
init python:
import datetime
>this is because datetime is not added by default<