Skip to content

Releases: gyroflow/flowshutter

Flowshutter 0.66

25 Jul 06:41
2725f7d
Compare
Choose a tag to compare

If you find any bugs or want to request new features, please visit our issue.

See our documentation for more usage instructions.

Important Changes:

GUI's button logic has been changed:

  • HOME:
    • long press enter => reboot menu
    • short press enter => rec if master mode
    • long press page up/down => msic menu
    • short press page up/down => battery info
  • MISC menu: (all short press)
    • page up/down => prv/nxt menu page
    • enter => enter the field of selected menu
      • page up/down => prv/nxt field
      • enter => select field
        • page up/down => change cotent
        • enter => deselect field
  • Reboot menu: (all short press)
    • page up/down => prv/nxt button
    • enter => applly filed

Target update:

  • Improved build system
  • Added G12864 target

Changes from 0.64:

  • Improved GUI logic
  • Improved canvas layer
  • Fixed unexpected ARM bugs

Flowshutter 0.65

16 Jul 05:26
81793e3
Compare
Choose a tag to compare

If you find any bugs or want to request new features, please visit our issue.

See our documentation for more usage instructions.

Important Changes:

  • To enter/exit the menu, a long press of "PAGE" is needed

Target update:

  • Improved build system
  • Added DIY_FC
  • Added DIY_CARD
  • Added NEUTRONRC_SDB

Changes from 0.64:

  • Converted GUI tasks to asynchronous tasks
  • Improved file structure
  • Cleaned up camera modules
  • Improved GUI menu, texts, icons, and templates
  • Fixed camera lock issue

Flowshutter 0.64

06 Jul 01:09
d482856
Compare
Choose a tag to compare

If you find any bugs or want to request new features, please visit our issue.

See our documentation for more usage instructions.

Build System Update

  • Add debug mode to build script

Changes from 0.63:

  • Massively improved buttons and ADC performance and reduced system overhead by asynchronizing peripherals
  • Fixed voltage reading by adding a common offset
  • Cleaned up duplicate code for UI
  • Added blackbox erase
  • Add more canvas elements

Flowshutter 0.63

23 Jun 08:08
b0a1673
Compare
Choose a tag to compare

If you find any bugs or want to request new features, please visit our issue.

See our documentation for more usage instructions.

CI Improvements

  • Added a CI to build and compile the firmware, include all python modules, based on micropython
  • Improved build CI

Build System Update

  • Add a build script to build modules for micropython compilation

Changes from 0.62:

  • Fixed bootloader lockup issue
  • Fixed a bug that prevents entry to entry point

Flowshutter 0.62

22 Jun 07:14
185fe84
Compare
Choose a tag to compare

If you find any bugs or want to request new features, please visit our issue.

See our documentation for more usage instructions.

New Features:

  • Added master mode support for ZCAM UART protocol.

Changes from 0.61:

  • Fixed timeout protection.
  • Reordered camera protocol, "NO" is now the default camera protocol.
  • Improved UI stability.

Flowshutter 0.61

27 May 02:41
56cd8df
Compare
Choose a tag to compare

This is our first official release, and while we're not in the official version number (1.00), I believe this release is performant enough for all existing requirements.

If you find any bugs or want to request new features, please visit our issue.

See our documentation for more usage instructions.

Features

  • 200Hz CRSF sender
  • OLED supports up to 50Hz refresh rate
  • On-board user data storage
  • Camera Protocol Support:
    • Support Sony Multi Terminal USB protocol
    • Supports transient grounding
    • Support 3.3V Schmitt trigger

Changes from 0.60:

  • Refactored all the code in an object-oriented way
  • Rewritten OLED driver to use faster and more efficient hardware I2C implementation
  • Since the OLED blocking problem is completely solved, the main frequency is adjusted from 240Mhz to a lower power consumption 160Mhz
  • Readjusted the usage of timer resources
  • Refactoring Simple Task Scheduler
  • Decoupled UI logic and OLED
  • Decoupled UI logic and camera behavior
  • Decouples camera behavior from the underlying hardware