Skip to content
Snippets Groups Projects
Commit d419c5b4 authored by q3k's avatar q3k
Browse files

st3m/mode: allow displaying on screen when in repl mode

Tested by doing the following in REPL:

    >>> import hardware
    >>> ctx = hardware.get_ctx()
    >>> ctx.rgb(1, 0, 0)
    <ctx_type>
    >>> ctx.rectangle(-120, -120, 240, 240)
    <ctx_type>
    >>> ctx.fill()
    <ctx_type>
    >>> hardware.display_update(ctx)

Fixes #25.
parent f5164f31
No related branches found
No related tags found
No related merge requests found
Pipeline #10042 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment