Skip to content

Commit 1634860

Browse files
authored
Merge pull request #2 from Forairaaaaa/update-m5gfx
update to latest m5unified and m5gfx
2 parents d6b1d63 + 9f87236 commit 1634860

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

main/hal/hal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ class Hal {
1414
public:
1515
void init();
1616

17-
M5GFX& display = M5.Display;
18-
m5::IMU_Class& imu = M5.Imu;
19-
m5::RTC8563_Class& rtc = M5.Rtc;
17+
M5GFX& display = M5.Display;
18+
m5::IMU_Class& imu = M5.Imu;
19+
m5::RTC_Class& rtc = M5.Rtc;
2020

2121
/* -------------------------------------------------------------------------- */
2222
/* System */

main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extern "C" void app_main(void)
4545
GetHAL().init();
4646

4747
draw_gray_scale_bars();
48-
GetHAL().delay(1000);
48+
GetHAL().delay(3000);
4949

5050
// Install apps
5151
GetMooncake().installApp(std::make_unique<AppPower>());

repos.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{
33
"url": "https://github.com/m5stack/M5GFX.git",
44
"path": "components/M5GFX",
5-
"branch": "0.2.9"
5+
"branch": "0.2.15"
66
},
77
{
88
"url": "https://github.com/m5stack/M5Unified.git",
99
"path": "components/M5Unified",
10-
"branch": "0.2.7"
10+
"branch": "0.2.10"
1111
},
1212
{
1313
"url": "https://github.com/Forairaaaaa/mooncake.git",
@@ -17,6 +17,6 @@
1717
{
1818
"url": "https://github.com/Forairaaaaa/mooncake_log.git",
1919
"path": "components/mooncake_log",
20-
"branch": "v1.0.0"
20+
"branch": "v1.3.0"
2121
}
2222
]

sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ CONFIG_PARTITION_TABLE_CUSTOM=y
77
CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING=y
88
CONFIG_SPIRAM=y
99
CONFIG_SPIRAM_MODE_OCT=y
10+
CONFIG_ESP_MAIN_TASK_STACK_SIZE=6000
1011
CONFIG_ESP_WIFI_STATIC_TX_BUFFER=y
1112
CONFIG_LOG_COLORS=n

0 commit comments

Comments
 (0)