setDigitDisplayTime()
@MainActor
func setDigitDisplayTime()
This calculates the current time, and sets the digital display to that time.
-
This determines the proper color for the digit “LEDs.”
Declaration
Swift
@MainActor func _determineDigitLEDColor() -
This sets the digits, directly.
Declaration
Swift
@MainActor func _setDigitalTimeAs(hours inHours: Int, minutes inMinutes: Int, seconds inSeconds: Int)Parameters
hoursThe hour number
minutesThe minute number
secondsThe second number.
View on GitHub