module documentation

Desktop - Animated desktop home screen.

Class PicowareAnimation Class to draw "Picoware" animation
Function run Animate the loading spinner.
Function start Start the loading animation.
Function stop Stop the loading animation.
Variable _desktop Undocumented
Variable _desktop_http Undocumented
Variable _desktop_picoware Undocumented
Variable _desktop_request_cancelled Undocumented
Variable _desktop_time_updated Undocumented
Variable _desktop_update_available Undocumented
Variable _desktop_update_fetched Undocumented
Variable _desktop_update_parsed Undocumented
Variable _has_wifi Undocumented
def run(view_manager):

Animate the loading spinner.

Parameters
view_manager:ViewManagerThe view manager context.
def start(view_manager) -> bool:

Start the loading animation.

Parameters
view_manager:ViewManagerThe view manager context.
Returns
boolTrue on success.
def stop(view_manager):

Stop the loading animation.

Parameters
view_manager:ViewManagerThe view manager context.
_desktop =

Undocumented

_desktop_http =

Undocumented

_desktop_picoware =

Undocumented

_desktop_request_cancelled: bool =

Undocumented

_desktop_time_updated: bool =

Undocumented

_desktop_update_available: bool =

Undocumented

_desktop_update_fetched: bool =

Undocumented

_desktop_update_parsed: bool =

Undocumented

_has_wifi: bool =

Undocumented