Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kiitoskumasan committed Dec 17, 2020
1 parent bc17a1d commit 1a12f7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

#### ・USB Host Library Rev. 2.0 https://github.com/felis/USB_Host_Shield_2.0

フットスイッチは以下のGPIOに割り当てています。
=======
### フットスイッチは以下のGPIOに割り当てています。

### M5Stackのピンからスイッチに配線する場合、以下のGPIOから配線して下さい。
Expand Down
2 changes: 1 addition & 1 deletion zoomG1_midiController/zoomG1_midiController.ino
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void DisplayNumber(int number)
M5.Lcd.setTextDatum(1);
xpos = M5.Lcd.width() / 2;
//ypos = M5.Lcd.height() / 2;
ypos = 35;
ypos = 40;
M5.Lcd.setTextPadding(M5.Lcd.width());
M5.Lcd.setTextColor(TFT_YELLOW, TFT_BLACK);
sprintf(buf, "%02d", number);
Expand Down

0 comments on commit 1a12f7d

Please sign in to comment.