Commit Graph

23 Commits

Author SHA1 Message Date
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 7df04204d8 Modify: Suppress the mosquito noise that LCD backlight PWM emits. (#147)
Revert: "reduce noise" commit 59340bc4b9.
2019-04-17 10:17:13 +08:00
yalezy 59340bc4b9 reduce noise 2019-04-12 10:08:18 +08:00
nao 13674bfcae clean: fix coding style (#143)
* clean : integrate I2C communication functions.
*I2C integrate (power.cpp + MPU9250.cpp) -> move to CommUtil.cpp (Cadd CommUtil class.)
*add debug flag for I2C communication  (if use, defined I2C_DEBUG_TO_SERIAL in CommUtil.cpp)
*cleanup some comment and cords.(power.h)

Add :get a input key for M5Stack Faces
*add M5Faces.cpp and M5Faces class.

* Correction of rewriting mistakes

* Fix : refactoring code.
Modified to follow Arduino style guide as much as possible
*indent : 2spaces /tab
*format : UTF-8
*return : LF

* clean : integrate code format

* clean : integrate code format
*miss indent

* fix : replace to slash from '\' ( for multi-environment)

* fix:
*MPU9250.cpp : Correct the error of comment mark
*Sprite.cpp  : Fixed the problem that the number of parentheses does not match due to the pre-processing condition

* fix : Refactoring mistake: number of parentheses did not match
2019-04-12 09:41:12 +08:00
nmori ec72ed5b0a integrate to Power class. (#124)
*power function integrate to Power class.
*fixed M5.begin() : add I2C initialize flag.
*Check result after send I2C Request
*change method of send to power-ic register. (read->mask->write)
2019-03-04 14:57:10 +08:00
an-erd 3168b3edee Update to TFT_eSPI (commit 33d9313) (#122)
* updated TFT_eSPI to #33d9313

* comment out to turn on backlight during TFT_eSPI::init()

* - remove speaker begin(), dispPOD uses ledc directly
2019-02-20 12:05:05 +08:00
0x1abin a04ff4acab Correct init once 2018-08-08 11:41:46 +08:00
0x1abin 64fc369560 not disable the power IC sleep in default 2018-08-02 18:36:01 +08:00
0x1abin fa9f9ecaa7 added m5stack-fire ip5306 i2c method 2018-07-26 14:02:30 +08:00
0x1abin 991e8b04dc added power ic i2c setting 2018-07-10 11:35:09 +08:00
0x1abin cb1be82073 rm i2c pin device startup init 2018-05-24 11:21:59 +08:00
0x1abin 7e863fb993 updated latest eSPI version 2018-05-07 17:16:01 +08:00
0x1abin 567596cefe set actually SPI freq 2018-03-28 16:01:51 +08:00
0x1abin f8c5366a6c Fixed the SDCard mount fault bug 2018-03-12 18:14:45 +08:00
0x1abin ebf8dea149 update the readme 2017-11-16 10:27:53 +08:00
0x1abin 0cfb1b1cc8 fix the poweroff api 2017-11-09 21:01:44 +08:00
0x1abin 5b51f95491 update 2017-10-16 17:00:22 +08:00
0x1abin 8d13d29377 update v0.1.2 2017-10-11 17:09:55 +08:00
0x1abin e7940f9891 add the MPU9250 driver 2017-09-27 19:40:43 +08:00
0x1abin 395c9e4ba5 inlcude esp_deep_sleep.h 2017-09-26 10:52:20 +08:00
0x1abin 03aaa0f0dc rename the 2017-09-26 10:49:07 +08:00
0x1abin cf4df8cb79 add the software power off example 2017-09-25 19:47:37 +08:00
0x1abin 5c8d17d5c2 update the tft lib 2017-09-19 19:57:05 +08:00