0x1abin
aa37588836
updated v0.2.0
0.2.0
2018-05-21 10:13:24 +08:00
Bin
ec33197a94
Merge pull request #67 from wtakuo/Sprite_patch
...
Fixed compilation error with the latest ESP-IDF
2018-05-20 15:43:15 +08:00
Takuo WATANABE
21ce1417d6
Fixed compilation error with the latest ESP-IDF
...
TFT_eSprite::pushColor(color, len) should pass the first argument
to writeColor even when _btt == 1.
2018-05-20 09:47:42 +09:00
Bin
2a1b0ac44e
Merge pull request #66 from tobozo/patch-2
...
Endianness inconsistency
2018-05-19 17:28:34 +08:00
Bin
f07e4b8725
Merge pull request #65 from tobozo/patch-1
...
Doc adjustment
2018-05-19 17:28:05 +08: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
tobozo
bbdc79de28
Doc adjustment
...
See https://twitter.com/Tw_Mhage/status/997671480853913602
2018-05-19 08:45:51 +02:00
0x1abin
e9c60a5ed1
integrate TFT_eSPT Sprite
2018-05-18 12:06:14 +08:00
0x1abin
1f4ef7bd21
updated awesome
2018-05-14 23:49:19 +08:00
0x1abin
4ea9931e09
Added awesome
2018-05-14 23:28:53 +08:00
Bin
8fdea6e988
Merge pull request #64 from tobozo/master
...
TFT_eSPI continued
2018-05-14 09:37:28 +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
tobozo
7cf4c12d49
moving code from .cpp to .h
...
see https://github.com/m5stack/M5Stack/pull/60#issuecomment-388613276
2018-05-13 12:19:29 +02:00
Bin
4e26e4af82
Merge pull request #63 from wtakuo/In_eSPI_patch
...
Fix for ESP-IDF compilation errors in In_eSPI.cpp
2018-05-13 17:13:18 +08:00
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