Skip to content

Releases: GOB52/M5Stack_FlipBookSD

0.1.4

25 Nov 06:35
Compare
Choose a tag to compare

Fixes

  • SD card data directory changed to "/gmv".
    If "/gmv" is not found, the previous "/gcf" is searched.

修正点

  • SD カードのデータディレクトリを "/gmv" に変更した。
    /gmv が見つからない場合は以前の "/gcf" を探索する。

0.1.3

14 Nov 14:35
Compare
Choose a tag to compare

Fixes

  • Raise gob_unifiedButton version

修正点

  • gob_unifiedButton のバージョンを上げた

0.1.2

29 Jun 14:24
Compare
Choose a tag to compare

Fixes

  • Update README
  • Update gcf_to_gmv.py
    Support for conversion to 0.1.1 gmv format

修正点

  • README 更新
  • gcf_to_gmv.py 更新
    0.1.1 形式 gmv への変換をサポート

0.1.1

26 Jun 16:27
Compare
Choose a tag to compare

Fixes

  • Support decode grayscale JPEG image (#1)
    Thanks to @lovyan03
  • Change playback logic
    Modified the order of processing within a frame and the method of waiting for processing to avoid crashes when processing is delayed.
  • Change data creation script
    Due to the above changes modified the data creation scripts and allow decimals in FPS specification.
    The 0.1.0 data can be played back, but we recommend regenerating it with the 0.1.1 script
  • Remove old format (gcf + wav) playback
    Regenerate data to gmv format

修正点

  • グレースケール JPEG のデコード対応 (#1)
    @lovyan03 さんありがとうございます
  • 再生ロジックの変更
    フレーム内の処理順序と処理待ちを修正し、遅延時にクラッシュしないようにした。
  • データ作成スクリプトの変更
    上記修正に伴うデータ作成スクリプトの修正とFPS の指定に小数を許容するようにした
    0.1.0 のデータは再生可能ですが、0.1.1 のスクリプトで再生成をお勧めします
  • 旧形式 (gcf + wav)の再生の削除
    データを再生成して gmv 形式にしてください

0.1.0

14 Jun 14:48
Compare
Choose a tag to compare

Addition

  • Support new movie streaming file GMV
    (This enables audio playback on devices without PSRAM)
  • Add scripts for create GMV file
  • Add script for convert GCF(old style) to GMV

追加機能

  • 新形式のストリーミングファイル GMV のサポート
    (これにより PSRAM非搭載デバイスでも音声が再生できます)
  • GMV ファイル作成の為のスクリプト追加
  • 旧形式 GCF から GMV への変換スクリプト追加

0.0.1

21 May 04:21
Compare
Choose a tag to compare

First publish