Skip to content

st7789.c -> bounding(...) should use keyword arguments instead of positional arguments #179

@AshbyGeek

Description

@AshbyGeek

With the positional arguments as is, the 'as-rect' option is only available if you also reset the bounding box with.

With keyword arguments the function could be split into 3 mutually exclusive concerns:

  • enabling/disabling bounds tracking
  • resetting the bounds
  • changing the format of the returned bounds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions