Releases: GOB52/gob_unifiedButton
Releases · GOB52/gob_unifiedButton
0.1.7
15 Feb 04:52
Compare
Sorry, something went wrong.
No results found
修正
Issue #3
M5Unified 0.2.3 以降との組み合わせで、ボタンステータスの競合で動作しなかった問題の解決
Fixes
Issue #3
Resolved an issue with M5Unified 0.2.3 or later that did not work due to a button status conflict
0.1.6
12 Oct 04:49
Compare
Sorry, something went wrong.
No results found
修正
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
Sorry, something went wrong.
No results found
修正
Fixes
Added support for M5Tough #1
0.1.4
17 Mar 07:01
Compare
Sorry, something went wrong.
No results found
修正
Arduino library manager に更新が反映されていなかったので修正
コードに変更はありません
Fixes
Arduino library manager did not reflect the update.
No change in code
0.1.3
16 Mar 05:23
Compare
Sorry, something went wrong.
No results found
修正
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
Sorry, something went wrong.
No results found
修正
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
Sorry, something went wrong.
No results found
修正
追加
Fixes
Change document defaults to English
Add
Add change font of button text
0.1.0
14 Nov 13:36
Compare
Sorry, something went wrong.
No results found
重要な変更
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.3
11 May 10:45
Compare
Sorry, something went wrong.
No results found
0.0.2
11 May 10:17
Compare
Sorry, something went wrong.
No results found
Fixes
Fixes typo in README
Remove log output