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
lovyan03
acdc9deffa
update: M5.Speaker.setVolume works with M5.Speaker.tone . ( #205 )
2020-04-10 14:41:53 +08:00
Björn Amann
7af7b6f7de
Fix buffer overflow. ( #206 )
...
In C strings are 0-terminated, meaning that after the call to sprintf the char contains { 'a', 'b', '\0' }. This is an array of 3 chars we only reserver memory for 2.
2020-04-08 10:01:52 +08:00
Björn Amann
06926afcaa
Lorawan - fix for loop ( #207 )
...
* fix for loop
Declaring i as unsigned char sometimes ends in an endless loop. Declaring ist as int fixes this problem.
* Update LoRaWan.cpp
2020-04-08 10:01:17 +08:00
sakabin
aefd2d0512
Add mpu6886 fifo read api, Update read freq to 500HZ
2020-03-30 16:45:02 +08:00
tobozo
14c5178561
psram for sprites is now optional (default enabled)
2019-12-16 12:10:58 +01:00
tobozo
8a12d29a65
Revert "psram for sprites is now optional (default enabled)"
...
This reverts commit 096de85075 .
2019-12-16 12:06:25 +01:00
tobozo
4711c5a401
Added I2C Scanner
2019-12-15 15:16:35 +01:00
tobozo
096de85075
psram for sprites is now optional (default enabled)
2019-12-13 11:55:31 +01:00
lovyan03
b94cca295c
Update: TFT_eSPI SDA_READ enabled. (can readPixel readRect) ( #195 )
2019-12-13 14:57:25 +08:00
sakabin
2ddfe6e9fd
Add display unicode support
2019-11-21 17:38:28 +08:00
lovyan03
db39547088
Update to TFT_eSPI latest version 1.4.21 (2019/11/12) . ( #192 )
2019-11-18 12:43:06 +08:00
sakabin
2c038fc08f
Add M5.IMU support
2019-09-02 17:22:02 +08:00
sakabin
c7f7c0d791
Reduce compile warning
2019-08-30 18:03:19 +08:00
kikuchan
da87be9f9e
Add PNG loader ( #184 )
2019-08-30 17:33:18 +08:00