12 Commits

Author SHA1 Message Date
sakabin 86dc023cd2 Add unit example, fix dispaly hzk16 bug
Add  Env
Add NCIR
Add RFID
Add USB
Fix EXT_IO bug
Fix Face bug
2018-12-27 13:41:08 +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 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
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 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
0x1abin 5b51f95491 update 2017-10-16 17:00:22 +08:00
0x1abin 9db946ea17 remove the now ignored directory 2017-09-23 14:09:31 +08:00
0x1abin 3cc55be09c update readme hardware Introductions 2017-09-20 18:38:53 +08:00
0x1abin 5c8d17d5c2 update the tft lib 2017-09-19 19:57:05 +08:00