Skip to content

python: fully migrate over to ctx

q3k requested to merge q3k/display-cleanup-mpy into main

This removes some leftover Python code that still used the old display_* calls for drawing instead of ctx.

We are now left only with display_update, which we will replace by the new graphics stack soon.

Merge request reports