jinks_widgets.time¶
This file contains the time widget class.
Classes
|
Class defining the time widget which shows the current time. |
- class jinks_widgets.time.Time¶
Bases:
objectClass defining the time widget which shows the current time.
- width: int = 6¶
- height: int = 2¶
- color = 'BW'¶
- classmethod display(density, twelve_hour_format=False)¶
Ran by the jinks_core library to compute data and obtain the widget’s image.
- Return type:
Image