Skip to content

Releases: GOB52/gob_unifiedButton

0.1.6

12 Oct 04:49
Compare
Choose a tag to compare

修正

  • Issue #2
    ESP32 3.0.1 以降のコンパイルエラーの解消

Fixes

  • Issue #2
    Fix compile errors in ESP32 3.0.1 and later

0.1.5

03 Jun 02:12
Compare
Choose a tag to compare

修正

  • M5Tough でも動作するように修正

Fixes

  • Added support for M5Tough #1

0.1.4

17 Mar 07:01
Compare
Choose a tag to compare

修正

  • Arduino library manager に更新が反映されていなかったので修正
  • コードに変更はありません

Fixes

  • Arduino library manager did not reflect the update.
  • No change in code

0.1.3

16 Mar 05:23
Compare
Choose a tag to compare

修正

  • setRotation 追加
    ボタンを独自カスタマイズしている場合は、回転後再度のカスタマイズが必要。
  • examples/rotation 追加

Fixes

  • Add setRotation function
    If you have customized your own buttons, you need to customize them again after rotation.
  • Add examples/rotation

0.1.2

04 Mar 07:21
Compare
Choose a tag to compare

修正

  • M5GFX LGFX_Button の更新に伴い、LGFX_Button* を常時取得できるように変更
  • それにより appearance_t::custom を廃止

Fixes

  • M5GFX LGFX_Button* is changed to always get LGFX_Button* due to M5GFX LGFX_Button update
  • Appearance_t::custom is now obsolete.

0.1.1

25 Nov 05:56
Compare
Choose a tag to compare

修正

  • ドキュメントのデフォルトを英語に変更

追加

  • ボタンのテキストフォントの変更機能追加

Fixes

  • Change document defaults to English

Add

  • Add change font of button text

0.1.0

14 Nov 13:36
Compare
Choose a tag to compare

重要な変更

  • namespace が gob から goblib へ変更
  • update の呼び出し順が、M5.update() の後になった
    (update 内での M5.Touch.update() 呼び出しを行わなくなった為
    以前は M5.update と update でそれぞれ呼ばれていた)
  • 一部クラス関数名の変更
    [deprecated] showButtons , hideButtons => [new methods] show, hide

追加

  • いくつかの example を追加

Important changes

  • namespace changed from gob to goblib
  • The order of update calls is now after M5.update()
    (Because M5.Touch.update is no longer called from the update.
    Previously called by M5.update and update)
  • Changed some class function names
    [deprecated] showButtons , hideButtons => [new methods] show, hide

Addtion

  • Add some examples.

0.0.3

11 May 10:45
Compare
Choose a tag to compare

Fixes

  • Add library informations

0.0.2

11 May 10:17
Compare
Choose a tag to compare

Fixes

  • Fixes typo in README
  • Remove log output

0.0.1

11 May 09:33
Compare
Choose a tag to compare

First publish

  • Please forgive me if there are some problems with this tentative creation.