Contents:
A simple display API used to display short strings.
Bases: object
object
Provides display to write strings to.
bg_color (str, optional) – Screen background color, defaults to red
fg_color (str, optional) – Screen foreground color, defaults to green
font (str, optional) – String font, defaults to System 80
Writes string to the screen.
progress (int) – Percentage, in the form of a number spanning zero to one hundred, to set the progress bar to.
bar (bool) – True to update the top bar, false to update the bottom bar.
None
text (str) – Text to write to the screen