69 Commits

Author SHA1 Message Date
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
0x1abin aab5cf45bd Added Lcd darw QRCode method 2018-04-02 20:22:22 +08:00
0x1abin 704046cf15 update Tetris example jpg to data 2018-03-19 18:20:44 +08:00
Joey Babcock f660b1a554 Spelling, better comments on speaker example 2018-03-12 21:25:31 -07:00
0x1abin c6b9e11bac Added audio MP3 and WAV play from SDCard Examples 2018-03-12 19:29:10 +08:00
Bin d28fc613ff Merge pull request #44 from gojimmypi/master
LoRa Interrupt and Reset pins reversed
2018-03-06 14:57:56 +08:00
0x1abin 392dc08f3f add FACES keyboard i2c read examples 2018-03-06 12:05:19 +08:00
0x1abin dc619b316a modif LoRa default Pin 2018-02-24 11:13:01 +08:00
gojimmypi ca567b3036 include missing files 2018-02-23 12:42:54 -08:00
0x1abin 1893152391 add some examples 2018-01-30 10:49:31 +08:00
0x1abin 2accd5ca7d optimize display driver 2018-01-25 11:47:22 +08:00
0x1abin d1ce59fd1e update driver url 2018-01-25 10:18:15 +08:00
0x1abin ce0c271eac schematic link 2017-12-18 14:56:22 +08:00
0x1abin e08a7d7121 v0.1.4 2017-11-22 23:34:58 +08:00
0x1abin ebf8dea149 update the readme 2017-11-16 10:27:53 +08:00
0x1abin d18abc1713 v0.1.3 2017-11-09 15:38:09 +08:00