130 Commits
Author SHA1 Message Date
TinyuChiu f72d90d261 Fix IMU not work in some compiled environments 2022-09-08 14:23:00 +08:00
TinyuChiu ebebdeaee2 Compatible with ESP32 up to 2.0.0 2022-08-11 17:01:46 +08:00
Tinyu a88bed6b93 Merge branch 'master' of github.com:m5stack/M5Stack into master 2022-07-04 14:54:08 +08:00
Tinyu 7a6105bdea Code Format 2022-07-04 14:52:25 +08:00
Tinyu 7ba399c31c use esp32/rom/rtc.h instead of rom/rtc.h
use esp32/rom/rtc.h instead of rom/rtc.h
2022-07-01 18:30:11 +08:00
Tinyu f87305895a Update Power.cpp 2022-07-01 18:29:49 +08:00
Tinyu c9e461f1b2 Update Power.cpp 2022-07-01 11:02:11 +08:00
Tinyu f0b3224075 Print init text on own line, neatens Serial output
Print init text on own line, neatens Serial output
2022-06-28 12:32:13 +08:00
Tinyu 40ff90863a Merge branch 'master' of https://github.com/m5stack/M5Stack into master 2022-03-25 22:25:22 +08:00
Tinyu 651b42351a add tfcard example 2022-03-25 22:24:36 +08:00
GoT c696151181 Prevent double declaration 2022-03-14 12:23:18 +01:00
TANAKA Masayuki ccea3c6c31 'char_count' defined but not used
M5Stack/src/utility/In_eSPI.cpp:4307:17: warning: 'char_count' defined but not used [-Wunused-variable]
 static uint32_t char_count = 0;
2021-11-30 18:26:46 +09:00
taxio 0381cbe1bd use esp32/rom/rtc.h instead of rom/rtc.h 2021-05-15 19:46:22 +09:00
Eddie 72a136ef9c Print init text on own line, neatens Serial output 2020-11-17 12:12:49 +00:00
Sean 1f189723a2 update nb-iot example 2020-11-17 14:32:46 +08:00
Roni G a650cb9352 Update M5LoRa.h 2020-11-12 14:39:38 +08:00
sorz 3942a67d20 In M5.Power.begin() method, limit USB power current to 450ma 2020-08-20 14:26:37 +08:00
prjh c7dc8e2efa Fix M5.Power.powerOFF() exception bug (#225)
* Fix M5Power.powerOFF() exception bug, adapt related example to new Power-API.

* wifi check better using esp_wifi_get_mode()
2020-08-18 09:25:36 +08:00
sorz 999adb395d Add button continuous long press method 2020-08-17 12:04:10 +08:00
sorz 3a4dee0caa Fixed SD card initialization error caused the LCD SPI rate to decrease 2020-08-13 13:56:36 +08:00
sorz fdadceda09 Fixed MPU6886 Init I2C error 2020-07-28 15:30:11 +08:00
sorz e2a0a3bd99 Fixed sprite unicode support 2020-07-15 09:25:46 +08:00
sorz a499ef0941 Update unicode search method, Update unicode font 2020-07-14 18:04:27 +08:00
sorz 04e2bbc28e Update TFT configuration to 9342C 2020-07-13 13:54:29 +08:00
sorznal f230c61efb Set GPIO15 to OD mode in m5stack.cpp
if use M5GO button, need set gpio15 OD or PP mode to avoid affecting the wifi signal
2020-04-14 11:03:48 +08:00