13 Commits
Author SHA1 Message Date
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
sakabin 3d1d9f4c60 Fix Sprite color error when using drawBitmap 2019-08-06 11:36:11 +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
lovyan03 ad8509277c Fix: drawJpg doesn't work. (#146) 2019-04-15 09:27:17 +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
Mori Naoyuki 24caf60851 Add lightSleep mode / upgrade deepSleep mode
-lightSleep-
*add function for LCD wakeup on LCD class
*add function for lightSleep on Power class

-deepSleep-
*add specification : re-startup time can be specified on deepSleep

-utillity-
*add function :you can get a reason for startup
 isResetbyWatchdog(),isResetbyDeepsleep(),isResetbySoftware(),isResetbyPowerSW();

-other-
*add attribution: deprecated function (because moved to Power class.)
  M5.setPowerBoostKeepOn(),M5.setWakeupButton(),M5.powerOFF()
*add sample scketch for sleep.
2019-03-23 18:52:08 +09:00
tobozo 55efb80bd1 Endianness inconsistency
See https://twitter.com/Tw_Mhage/status/997729726499180545
Proof of concept https://gist.github.com/tobozo/b4568e806a5e9ce636def6d6967068a9
2018-05-19 10:21:21 +02:00
0x1abin e9c60a5ed1 integrate TFT_eSPT Sprite 2018-05-18 12:06:14 +08:00
tobozo 8f1ea93f02 restored progressBar + cleanup 2018-05-13 12:52:11 +02:00
tobozo 32eeb1a49e moving code to .h
see https://github.com/m5stack/M5Stack/pull/60#issuecomment-388613276
2018-05-13 12:20:28 +02:00
0x1abin 166d9f871b resolved old API compatibility 2018-05-13 00:50:47 +08:00
0x1abin 7e863fb993 updated latest eSPI version 2018-05-07 17:16:01 +08:00