GD23Z icon indicating copy to clipboard operation
GD23Z copied to clipboard

Library for screen FT810, FT811, FT812 and FT813 based on library Gameduino 2/3

Results 2 GD23Z issues
Sort by recently updated
recently updated
newest added

fatal error: SdFat.h: No such file or directory

STM32 has EEPROM emulation. So i change this code [Current] #if defined(ARDUINO_ARCH_STM32) //FT81XMANIA TEAM (@lightcalamar) /////////////////////////////////////////////////////////////////////////////////////////////////////// AT24Cxx eep(i2c_address, 32); if (eep.read(0) != 0x7c) { self_calibrate(); for (int i = 0;...