Commit Graph

365 Commits

Author SHA1 Message Date
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
Gitshaoxiang e8085b06f2 Merge pull request #221 from Gitshaoxiang/example-update
update weight and  ENVII unit exmaple
2020-06-04 23:18:54 -04:00
Gitshaoxiang af3e3b196e update weight and ENVII unit exmaple 2020-06-03 18:36:04 +08:00
Gitshaoxiang f3f246a4f7 Merge pull request #218 from Gitshaoxiang/master
Add SIM800L Factory Test
2020-05-08 04:14:43 -04:00
Gitshaoxiang 46bc9642d7 Merge pull request #2 from m5stack/master
Rename example files  (#217)
2020-05-08 04:09:59 -04:00
Gitshaoxiang 8a6513a82b Merge branch 'master' of github.com:Gitshaoxiang/M5Stack 2020-05-08 15:13:26 +08:00
Gitshaoxiang 5f571688d3 add SIM800L FactoryTest 2020-05-08 15:13:02 +08:00
Gitshaoxiang 78457b190e Rename example files (#217)
* rename some example file
* add Unit exmaple sketch comment
* add module example comment
2020-04-30 10:29:41 +08:00
Gitshaoxiang 8b91675d13 Merge pull request #1 from m5stack/master
update
2020-04-29 22:21:59 -04:00
Gitshaoxiang b1280c81b7 rename some example file 2020-04-30 09:53:00 +08:00
Gitshaoxiang d148349734 add module example comment 2020-04-23 16:30:12 +08:00
Gitshaoxiang 4f2ef76c6f add Unit exmaple sketch comment 2020-04-17 13:34:17 +08:00
Gitshaoxiang b77a56ad55 rename some example file 2020-04-16 16:20:28 +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
Gitshaoxiang 5dc7820756 Update lib to V0.3.0 (#215) 0.3.0 2020-04-13 10:22:30 +08:00
Gitshaoxiang f646bebc35 Update lib to V0.3.0 2020-04-13 10:20:08 +08:00
Gitshaoxiang f769d9270f Add some example and delete repeat file (#211)
* add some example and delete repeat file
2020-04-10 15:36:53 +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 8fab1799b0 Add AcSocket example 2020-03-30 17:51:31 +08:00
sakabin 57999645c8 Add Face example
Encoder, Finger, JoyStick, Keyboard, RFOD
2020-03-30 17:37:28 +08:00