M5Stack
490fbedf5e
Merge pull request #24 from per1234/keyword-separator
...
Use correct separator in keywords.txt
0.1.1
2017-09-27 09:29:27 +08:00
per1234
137767bd00
Use correct separator in keywords.txt
...
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.
Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2017-09-26 04:23:06 -07:00
0x1abin
fcb044827c
v0.1.1
2017-09-26 16:01:44 +08:00
0x1abin
395c9e4ba5
inlcude esp_deep_sleep.h
2017-09-26 10:52:20 +08:00
0x1abin
03aaa0f0dc
rename the
2017-09-26 10:49:07 +08:00
0x1abin
dbfd6e73b1
add the software power off example
2017-09-25 19:57:53 +08:00
0x1abin
a50f790e9a
add the software power off example
2017-09-25 19:48:37 +08:00
0x1abin
cf4df8cb79
add the software power off example
2017-09-25 19:47:37 +08:00
0x1abin
0da871f4bd
update
2017-09-24 11:36:35 +08:00
0x1abin
a40bea7cbc
update version
2017-09-23 23:52:36 +08:00
0x1abin
9db946ea17
remove the now ignored directory
2017-09-23 14:09:31 +08:00
M5Stack
76b9aa1a7e
Merge pull request #23 from ivankravets/patch-1
...
Fix platform name
2017-09-22 19:28:31 +08:00
Ivan Kravets
550185baba
Fix platform name
2017-09-21 13:45:24 +03:00
Bink
2a9659d7c5
Update M5Stack.h
2017-09-21 18:00:08 +08:00
0x1abin
4c77e563f2
update the m-bus pic
2017-09-20 18:41:25 +08:00
0x1abin
3cc55be09c
update readme hardware Introductions
2017-09-20 18:38:53 +08:00
Bink
94324db61f
Merge pull request #22 from wsptr/master
...
Adapt new TFT lib
2017-09-20 10:51:33 +08:00
wsptr
ed356d1c1a
Update Display.cpp
2017-09-20 00:19:12 +08:00
wsptr
8d76f0be5d
GBK char set display part modified to adapt new codes.
2017-09-19 23:59:38 +08:00
wsptr
55f84bcddb
GBK char set display part modified to adapt new codes.
2017-09-19 23:19:09 +08:00
0x1abin
5c8d17d5c2
update the tft lib
2017-09-19 19:57:05 +08:00
M5Stack
3b6e7748f5
Update Config.h
2017-09-14 14:12:03 +08:00
M5Stack
e8f8bbce7d
Merge pull request #15 from wsptr/HZK16_Added
...
GBK support added using HZK16 and ASC16 font lib
2017-09-14 14:09:56 +08:00
wsptr
e7a1f06b95
GBK support added. M5.Lcd.printf() can print GBK characters using either internal HZK16 (/font/HZK16.h and /font/ASC16.h) font and external HZK16 font(HZK16 and ASC16 font file on TF card).
...
use maco " #define USE_INTERNAL_HZK" at the very begining of the sketch and call useHzk16(true) function before internal font is used.
highlight feature is added.
2017-09-12 23:32:40 +08:00
wsptr
2cfe25a534
GBK support added. M5.Lcd.printf() can print GBK characters using either internal HZK16 (/font/HZK16.h and /font/ASC16.h) font and external HZK16 font(HZK16 and ASC16 font file on TF card).
...
use maco " #define USE_INTERNAL_HZK" and call useHzk16(true) funtion before internal font is used.
2017-09-12 23:04:11 +08:00