Altered to make space for another disk drive
This commit is contained in:
parent
280322073a
commit
fb247593e3
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.vscode
|
@ -6,7 +6,7 @@
|
|||||||
// New instance of WifiJson, silent is false, it will log to the M5Stacks screen
|
// New instance of WifiJson, silent is false, it will log to the M5Stacks screen
|
||||||
WifiJson wifi(false);
|
WifiJson wifi(false);
|
||||||
HTTPClient http;
|
HTTPClient http;
|
||||||
StaticJsonDocument<1000> data;
|
StaticJsonDocument<1250> data;
|
||||||
char *jsonRes;
|
char *jsonRes;
|
||||||
|
|
||||||
// 'ram', 15x10px
|
// 'ram', 15x10px
|
||||||
@ -172,7 +172,7 @@ void update() {
|
|||||||
M5.Lcd.println("%");
|
M5.Lcd.println("%");
|
||||||
|
|
||||||
// Disk Usage
|
// Disk Usage
|
||||||
M5.Lcd.fillRoundRect(4, 140, 312, 54, 1, 0x2104);
|
M5.Lcd.fillRoundRect(4, 140, 312, 70, 1, 0x2104);
|
||||||
M5.Lcd.setCursor(8, 144);
|
M5.Lcd.setCursor(8, 144);
|
||||||
M5.Lcd.drawXBitmap(298, 144, hdd, 14, 12, TFT_WHITE);
|
M5.Lcd.drawXBitmap(298, 144, hdd, 14, 12, TFT_WHITE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user