mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
2ef7b63f96
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().