Skip to content
Snippets Groups Projects
  1. Nov 26, 2023
  2. Nov 25, 2023
  3. Nov 24, 2023
    • moon2's avatar
      gay drums: fix increment bug · 31af0c84
      moon2 authored
      31af0c84
    • moon2's avatar
      captouch: composite AFE (helps petal 2 a bit) · dd4853e3
      moon2 authored
      dd4853e3
    • moon2's avatar
      captouch: bring back redundant calibration · 181d4652
      moon2 authored
      we're already changing a bunch, this one looks silly but it does
      affect how user interaction affects calibration at boot. also file
      access does weird stuff in general, maybe it does weird stuff to
      captouch output too, so an early exit when called from mp is maybe
      beneficial.
      
      there's many cleaner ways to do this but we intentionally just go
      back to 1.2 status quo to account for any wonk that might be at the
      bottom of recently reported boot calib failures. we'll move to
      persistent calib soon anyways, no reason to go out of our way here :P
      181d4652
    • dos's avatar
      sim: Add a mock for os.unlink · c05c62c4
      dos authored
      c05c62c4
  4. Nov 23, 2023
  5. Nov 21, 2023
    • dos's avatar
      py,st3m: Move menu LED pattern setting back later in the boot process · 565f7022
      dos authored and dos's avatar dos committed
      Since !620 it happened much earlier, causing a lot of flickering at boot,
      especially with plenty of apps installed. Move it back to until after
      the application bundles are already collected.
      
      Note that it happens a bit later than before now, as bundle processing
      itself happens later because of being moved into the menu class, but
      the end result is arguably nicer than before, as there's no weird
      delay between setting the LEDs and showing the menu anymore.
      
      Fixes: 06983264 ("Split sunmenu into its own file")
      565f7022
    • dos's avatar
      py,st3m: Split SunMenu and MainMenu · f280186c
      dos authored and dos's avatar dos committed
      SunMenu is just a presentation layer that doesn't concern itself with
      any kind of logic. It could be simply replaced with (already existing)
      SimpleMenu and FlowerMenu or, in the future, may even become customizable
      by the user.
      
      Split the main menu's logic into a separate entity that delegates
      the presentation to the class it inherits from, like all the other
      uses of the menu system.
      f280186c
  6. Nov 20, 2023
  7. Nov 19, 2023
Loading