Skip to content
Snippets Groups Projects
  1. Aug 19, 2023
  2. Aug 18, 2023
  3. Aug 13, 2023
    • q3k's avatar
      mpy: remove hardware usermodule · f2539d40
      q3k authored
      The functionality has been distributed to:
      
       - kernel (hardware_version, freertos_sleep)
       - uctx (scope)
       - sys_buttons (new, low-level button access)
       - sys_display (new, low-level display access)
      f2539d40
  4. Aug 10, 2023
    • pippin's avatar
      clouds: disable image smoothing · c0ce0660
      pippin authored and pippin's avatar pippin committed
      There is a bug in the handling of alpha transparency combined with
      bilinear interpolation. Turning off the image smoothing for higher
      performance, and much better resulting visual.
      c0ce0660
  5. Aug 09, 2023
  6. Aug 07, 2023
  7. Aug 06, 2023
    • q3k's avatar
      py: fix Ctx -> Context spelling · 9ab0aee1
      q3k authored
      9ab0aee1
    • dx's avatar
      Convert ctx from an ABC to a mypystub · 2439ffad
      dx authored and q3k's avatar q3k committed
      Required a bunch of renaming from ctx.Ctx to ctx.Context (its real name)
      
      Makes the docs actually show docstrings
      
      Also apparently mypy doesn't like "from typing_extensions import
      Protocol" and the fact that it didn't complain so far means that we're
      probably not type checking everything.
      2439ffad
  8. Aug 03, 2023
    • q3k's avatar
      py: implement settings, overlays, debug overlay · 016b68b3
      q3k authored
      016b68b3
    • q3k's avatar
      py: st4m -> st3m · ddca99c4
      q3k authored
      ddca99c4
    • q3k's avatar
      py: now passes typechecks · 05dcf315
      q3k authored
      This bases on Iggy's st3m/st4m unification branch, and is the first
      large step towards actually unifying st3m/st4m.
      
      python_payload.py now passes typechecks!
      
      However, I had to rip out touch-based scroll controller code (for now
      left in comments) as I didn't exactly understand how it works. But I'll
      come back to it later.
      05dcf315
  9. Jul 20, 2023
  10. Jun 18, 2023
Loading