When I try to compile any code for my Arduino Leonardo, the following error occurs with most of the examples of libraries I tested. (This library I tested was the only one I could think of as saying that it works on Arduino Leonardo, but the others of Adafruit gave the same error):
In file included from C: \ Users \ User \ Documents \ Arduino \ libraries \ SPFD5408-master \ SPFD5408_Adafruit_TFTLCD.cpp: 30: 0:
C: \ Users \ User \ Documents \ Arduino \ libraries \ SPFD5408-master \ pin_magic.h: 306: 33: warning: backslash and newline separated by space
#define read8inline (result) {\
Otherwise when there is no error, white screen the same way, has anyone had this problem and managed to solve? Or is the Arduino Leonardo incompatible with the screen?