Skip to content

0.1.2

Compare
Choose a tag to compare
@bryal bryal released this 20 Feb 22:24
· 48 commits to master since this release

What's new

  • Writing of serial data happens on own thread for small boost in performance
  • Smoothing of LED colors. Useful to prevent choppyness when capturing screen with low framerate.
  • Don't use high timeout and wait for frame capture when there are no new frames. Instead, skip capturing so as to update LEDs for smoothing.
  • Separation of screen capture logic into own module
  • Binary release built with "--release"!!! Forgot this in previous releases, but this gives incredible boost in performance.