Open Ianmcmill opened 5 years ago
Libraries are all in the repo *facepalm but I still cannot compile. Get the same error. Sorry for digging up this obsolete firmware version.
Hello! I think there needs to be at least one LCD_TYPE declared, even if it's not going to be used. Also means that the UTFT library also needs to be installed ... even if its not going to be used!
Trying to compile for MOTHERBOARD RAMPS14 with Arduino 1.8.5 Installed UTFT but UTouch was replaced by URTouch. Found older uTouch release @ https://github.com/dgolda/UTouch and installed that.
Tried both with URtouch (include URToruch.h) and uTouch but does not work.
commented //Uncomment the following line to use a 2.4" panel, August 2014 and later //#define LCD_TYPE TFT01_24_8 //Uncomment the following line to use an older 2.4" panel, prior to August 2014. //#define LCD_TYPE ITDB24E_8 //Uncomment the following line to use a 2.2" panel //#define LCD_TYPE ITDB22
ifndef MOTHERBOARD
//#define MOTHERBOARD POLARSHIELD
define MOTHERBOARD RAMPS14
//#define MOTHERBOARD TFTSHIELD
endif
//#define USE_LCD