Releases: GOB52/gob_unifiedButton
Releases · GOB52/gob_unifiedButton
0.1.6
修正
- Issue #2
ESP32 3.0.1 以降のコンパイルエラーの解消
Fixes
- Issue #2
Fix compile errors in ESP32 3.0.1 and later
0.1.5
修正
Fixes
- Added support for M5Tough #1
0.1.4
修正
- Arduino library manager に更新が反映されていなかったので修正
- コードに変更はありません
Fixes
- Arduino library manager did not reflect the update.
- No change in code
0.1.3
修正
- 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
修正
- 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
修正
追加
Fixes
- Change document defaults to English
Add
- Add change font of button text
0.1.0
重要な変更
- namespace が gob から goblib へ変更
- update の呼び出し順が、M5.update() の後になった
(update 内での M5.Touch.update() 呼び出しを行わなくなった為
以前は M5.update と update でそれぞれ呼ばれていた)
- 一部クラス関数名の変更
[deprecated] showButtons , hideButtons => [new methods] show, hide
追加
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
0.0.2
Fixes
- Fixes typo in README
- Remove log output
0.0.1
First publish
- Please forgive me if there are some problems with this tentative creation.