Skip to content

Commit f05f140

Browse files
committed
Merge branch 'develop'
2 parents 94c4967 + a6f9e13 commit f05f140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ begin で指定、または changeAppearance で変更できます。
6666
|top|画面上側にボタンを表示|
6767
|custom|独自にボタンをカスタマイズ(下記参照)|
6868
|transparent\_bottom|bottom と同様の位置に透明ボタンを配置|
69-
|transparent\_top|bottom と同様の位置に透明ボタンを配置|
69+
|transparent\_top|top と同様の位置に透明ボタンを配置|
7070
|transparent_all|画面全体に透明ボタンを配置(縦3分割)|
7171

7272
## ボタンのカスタマイズ

src/gob_unifiedButton.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void UnifiedButton::createButtons(const appearance_t app)
4747
_btnB.initButton(_gfx, left + w * 1 + w / 2, top, w, h, olClr, TFT_DARKGRAY, TFT_BLACK, "BtnB");
4848
_btnC.initButton(_gfx, left + w * 2 + w / 2, top, w, h, olClr, TFT_DARKGRAY, TFT_BLACK, "BtnC");
4949

50-
M5_LOGI("[gob] change appearance_t:%02xH", app);
50+
//M5_LOGI("[gob] change appearance_t:%02xH", app);
5151
}
5252

5353
void UnifiedButton::update()

0 commit comments

Comments
 (0)