Skip to content
Snippets Groups Projects
Forked from flow3r / flow3r firmware
Source project has a limited visibility.
  • q3k's avatar
    a147554e
    python: fully migrate over to ctx · a147554e
    q3k authored
    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.
    a147554e
    History
    python: fully migrate over to ctx
    q3k authored
    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.