Commit Graph
184 Commits
Author SHA1 Message Date
Takuo Watanabe 9cf1316798 Quick fix for compilation errors (2nd time)
Uninitialized local variable in In_eSPI.cpp
Unused pointer references in In_eSPI.cpp
2018-05-13 06:54:55 +09:00
Bin 700661ba43 Merge pull request #60 from wtakuo/In_eSPI_patch
Removed inline specifier from TFT_eSPI::setAddrWindow
2018-05-13 00:52:36 +08:00
0x1abin 166d9f871b resolved old API compatibility 2018-05-13 00:50:47 +08:00
0x1abin ba252b0c5f updated v0.1.9 0.1.9 2018-05-09 11:46:35 +08:00
Takuo Watanabe 5e58ffc721 Removed inline specifier from TFT_eSPI::setAddrWindow
The function is declared as public member but is defined with inline
specifier in the source file (not in the header file).  Thus, use of
this function from outside of TFT_eSPI class results in compilation
errors.  For example, applications using M5Display::drawJpg cannot be
compiled because it indirectly calls TFT_eSPI::setAddrWindow.
2018-05-08 20:06:41 +09:00
Bin 50b8518695 Merge pull request #59 from wtakuo/In_eSPI_patch
Quick fix for compilation errors in In_eSPI.{h,cpp}
2018-05-08 14:37:56 +08:00
Takuo Watanabe 639904c341 Quick fix for compilation errors
Multi-line comment in In_eSPI.h
Uninitialized local variable in In_eSPI.cpp
Unused pointer references in In_eSPI.cpp
2018-05-08 12:55:12 +09: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 4237328c8a Merge pull request #58 from wtakuo/component_mk_patch
Fixed path variables in component.mk
2018-05-07 11:04:13 +08:00
Takuo Watanabe 75b8af23eb Fixed path variables in component.mk
Added required subdirectories to the end of COMPONENT_SRCDIRS
Removed "." from both paths
2018-05-07 08:47:01 +09: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
Bin d4cea33b14 Merge pull request #56 from weiqing-beijing/patch-1
Replace ILI9341::clear(int) w/ILI9341::clear()
2018-05-06 16:38:14 +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 59b5a32445 added git tag version 0.1.8 2018-04-19 14:27:51 +08:00
0x1abin 54a6d60745 v0.1.7 2018-04-09 14:36:51 +08:00
0x1abin aab5cf45bd Added Lcd darw QRCode method 0.1.7 2018-04-02 20:22:22 +08:00
0x1abin 0413821cab added speaker.end func 2018-04-02 20:20:43 +08:00
Bin be88af0d89 Merge pull request #49 from fabaff/patch-1
Fix link and typo
2018-04-02 09:58:33 +08:00
Fabian Affolter 64b40418e7 Remove space 2018-03-30 11:28:03 +02:00
Fabian Affolter fef36ee431 Fix link and typo 2018-03-30 11:27:04 +02:00
0x1abin 567596cefe set actually SPI freq 2018-03-28 16:01:51 +08:00
0x1abin 8c51a0ee4d updated the esp_sleep.h include 2018-03-26 18:46:11 +08:00
0x1abin 704046cf15 update Tetris example jpg to data 2018-03-19 18:20:44 +08:00