Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed May 11, 2023
2 parents 94c4967 + a6f9e13 commit f05f140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ begin で指定、または changeAppearance で変更できます。
|top|画面上側にボタンを表示|
|custom|独自にボタンをカスタマイズ(下記参照)|
|transparent\_bottom|bottom と同様の位置に透明ボタンを配置|
|transparent\_top|bottom と同様の位置に透明ボタンを配置|
|transparent\_top|top と同様の位置に透明ボタンを配置|
|transparent_all|画面全体に透明ボタンを配置(縦3分割)|

## ボタンのカスタマイズ
Expand Down
2 changes: 1 addition & 1 deletion src/gob_unifiedButton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void UnifiedButton::createButtons(const appearance_t app)
_btnB.initButton(_gfx, left + w * 1 + w / 2, top, w, h, olClr, TFT_DARKGRAY, TFT_BLACK, "BtnB");
_btnC.initButton(_gfx, left + w * 2 + w / 2, top, w, h, olClr, TFT_DARKGRAY, TFT_BLACK, "BtnC");

M5_LOGI("[gob] change appearance_t:%02xH", app);
//M5_LOGI("[gob] change appearance_t:%02xH", app);
}

void UnifiedButton::update()
Expand Down

0 comments on commit f05f140

Please sign in to comment.