Screen Base Class ================= This base class defines the required screen API. The API includes all the functions that the sensor needs to render on a display, including text and geometry operations. .. automodule:: firmware.screen_base :members: :undoc-members: :show-inheritance: