Skip to content
Snippets Groups Projects
  1. Sep 22, 2019
    • Daniel Hoffend's avatar
      feat(ecg-app): Refactor ECG App · d7edf7e5
      Daniel Hoffend authored and rahix's avatar rahix committed
      New Button-Layout
      =================
      
                /-----------------------\
                |   xxxxxxxxxxxxxxxxx   |
                |                       |
                |                      <> * Pause screen
                |         card10        |
       +------- <>                     <> * During pause: Scroll right.
       |        |                       | * Short press: Toggle between Finger
       |        \-----------------------/    and USB.
      * During pause: Scroll left.        * Long press: Toggle bias on/off.
      * Short press: Toggle LED mode.
      * Long press: Start/stop logging.
      
      Other Changes
      =============
      - Split the bar into negativ [10:5] and positive [5:0] scale and update
        them seperate to have a better visualization.
      - Blink red with backside LEDs on detected pulse.
      - Allow toggling the LED modes on and off (see new button layout).
      - Lock mode & bias during logging.
      d7edf7e5
    • rahix's avatar
      refactor(preload/bhi): Make app more pythonic · 003aa2a0
      rahix authored
      
      This patch makes the BHI160 app more pythonic and fixes a few
      bugs/issues:
      
      - An exception (including KeyboardInterrupt) will trigger the sensor to
        be closed again.  Otherwise you'd get strange behavior trying to
        reopen then afterwards.
      - Use simple_menu.button_events() instead of home-cooked solution.  This
        should hopefully make the code more future-proof.
      - Fix overlapping text caused by the font-rendering changes.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      003aa2a0
  2. Sep 16, 2019
  3. Sep 12, 2019
  4. Sep 05, 2019
    • markus's avatar
      Squashed commit of the following: · 1dec8387
      markus authored and rahix's avatar rahix committed
      commit a9c3712ca591b56248f9934493e6946c503ec395
      Author: Markus <markus@muc.ccc.de>
      Date:   Sat Aug 24 01:29:03 2019 +0000
      
          Code formatting
      
      commit b69c586cd2c535cf480c2b45ebad4900c6d637e1
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 23:15:15 2019 +0000
      
          Remove unused variable
      
      commit a83ff3c0ea8028957361df2a9949bd66530a1e3c
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 23:06:04 2019 +0000
      
          Make time setting more appealing
      
      commit 469815237b8e8a8c6588d1c76ed02cff1e4f2a85
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 23:01:25 2019 +0000
      
          Add wait time to loop
      
      commit 6b58b587c0fb147c5b794285c27b4d0a84d0bd8a
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 22:56:40 2019 +0000
      
          Give user time to release button
      
      commit 823c00a72712c9e4a98b0103ab7736cab581e2c5
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 22:44:48 2019 +0000
      
          Add option to set time
      
      commit 927d3057bcb90118a16a0b35f573ae753f8a4cd9
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 22:44:25 2019 +0000
      
          Remove obsolete lines
      
      commit e2dbfe81e36b9c6f7f214da361ad0be4d518cd77
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 21:37:42 2019 +0000
      
          Model localtime as parameter to update function
      
      commit ad560d6c5067044a21c5bfaa6d9feb2eaca66228
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 21:29:09 2019 +0000
      
          Remove obsolete drawImage()
      
      commit 018f911b63e53738cc9e08aa83fb8e21786c5a44
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 21:28:04 2019 +0000
      
          Fix button_pressed
      
      commit d9b5e26a3b0a50c25caa2c4636b4c33d79b9eb65
      Author: Markus <markus@muc.ccc.de>
      Date:   Fri Aug 23 21:17:19 2019 +0000
      
          Remove obsolete Time dummy class
      1dec8387
    • Ferdinand Bachmann's avatar
      feat(preload): Add DigiClk · c78dd28b
      Ferdinand Bachmann authored and rahix's avatar rahix committed
      c78dd28b
  5. Aug 30, 2019
  6. Aug 28, 2019
  7. Aug 27, 2019
  8. Aug 25, 2019
  9. Aug 24, 2019
  10. Aug 23, 2019
  11. Aug 22, 2019
  12. Aug 21, 2019
Loading