Files
M5Stack/examples/Advanced
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
..
2018-02-23 12:42:54 -08:00
2017-11-22 23:34:58 +08:00
2018-04-02 20:22:22 +08:00
2018-01-30 10:49:31 +08:00
2017-10-11 17:09:55 +08:00