84 Commits

Author SHA1 Message Date
sakabin 40c3d80dec Add some Example
Modules:
    Plus, Servo
Unit:
    ADC, DAC, Color, TOF
Stick:
    test
2018-10-29 17:40:18 +08:00
sakabin 72e7efd6bf Add Unit Example
add EXT_IO example
add Earth example
add Joystick example
fix Serial2 bug
2018-09-27 19:00:10 +08:00
Bin 88daeb4484 Merge pull request #94 from ChrisMicro/master
M5Stack Fire examples
2018-09-22 23:49:06 +08:00
ChrisMicro c885b0341a M5StackFire microphone oscilloscope example added 2018-09-20 22:17:45 +02:00
liushasha 61c127a74b First commit 2018-09-20 18:04:00 +08:00
liushasha 0e59c33723 Revert "M5Stack-MLX90640-Thermal-Camera first commit"
This reverts commit ae472cb011.
2018-09-20 18:01:33 +08:00
liushasha ae472cb011 M5Stack-MLX90640-Thermal-Camera first commit 2018-09-20 17:45:11 +08:00
ChrisMicro 52f503fc84 VU meter code corrected 2018-09-18 07:46:45 +02:00
ChrisMicro 4e6f3bb187 M5StackFire neopixel VU meter added 2018-09-18 07:43:08 +02:00
ChrisMicro ab77eeed04 M5StackFire MPU example added 2018-09-17 06:51:58 +02:00
ChrisMicro d762769eff simple speaker dac sine added 2018-09-16 20:30:50 +02:00
ChrisMicro a40d98daf5 M5StackFire button test added 2018-09-16 09:22:41 +02:00
ChrisMicro 57f4f79f2f M5StackFire examples added 2018-09-16 09:00:34 +02:00
sakabin b602c18a57 Add W5500 Example 2018-09-14 13:06:32 +08:00
0x1abin 3fb90ef981 rename the examples compat Legacy ide 2018-08-14 09:46:50 +08:00
0x1abin 20080d3946 fixed some examples cant compile 2018-07-20 17:37:05 +08:00
0x1abin 1c528d275e rm speark playmusic example 2018-07-03 09:42:46 +08:00
0x1abin 8e8a3f43e4 added TFT_eSPI drawXBitmap example 2018-05-23 10:19:34 +08:00
0x1abin e9c60a5ed1 integrate TFT_eSPT Sprite 2018-05-18 12:06:14 +08:00
0x1abin 166d9f871b resolved old API compatibility 2018-05-13 00:50:47 +08:00
0x1abin 345a077ec3 Merge branch 'master' into update_eSPI 2018-05-07 17:19:40 +08:00
0x1abin 7e863fb993 updated latest eSPI version 2018-05-07 17:16:01 +08:00
Bin 728ffce4f6 Merge pull request #57 from weiqing-beijing/patch-2
disable min(x,y) function
2018-05-06 16:49:20 +08:00
Qing Wei bb1a2a8742 disable min(x,y) function
The min(x, y) function  conflicts with WiFi library(WiFi.h) under M5Stack v18.0 and Arduino IDE v 1.8.5 on a Windows 10 Professional 64-bit PC. So use conditional operator to replace the min(x, y) function.
2018-05-06 00:33:01 +08:00
Qing Wei 2ef7b63f96 Replace ILI9341::clear(int) w/ILI9341::clear()
The current code is complied with error of:
HZK16:42: error: no matching function for call to 'ILI9341::clear(int)'
   M5.Lcd.clear(BLACK);

It is because the old ILI9341::clear(int) function is no longer valid. Need to be replaced with ILI9341::clear().
2018-05-06 00:13:40 +08:00