0
When I try to compile any code for my Arduino Leonardo the following error occurs with most of the examples of libraries I have tested. (This library that I tested was the only one that I could think of that says it works in Leonardo, but the others at Adafruit made a mistake in the same way):
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) { \
Besides, when no mistake happens, it gives white screen the same way, has anyone ever had this problem and managed to solve? Or the Arduino Leonardo is incompatible with the screen?
Thanks for the help even, but I already solved the problem downloaded the own lib of MCUFRIEND that was the mark of my display
– Mat4guia