Skip to content
Snippets Groups Projects

fix(py display): remove unnecessary out-of-bounds checks to allow clipping of draw calls

Merged fuchsi* requested to merge fuchsi/firmware:drawcall_clipping into master

this solution is contrary to !74 (closed) . Closes #53 (closed) and #188 (closed) . Removing these checks in pycardium is fine as gfx_setpixel handles out-of-bounds coordinates just fine, so that (in accordance with the documentation) draw calls are clipped rather than throwing ValueErrors.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading