Error compiling . New to coding

can't find out why I can't verify my code and upload it to my arduino uno with the touch screen.

Flappy.ino (6.46 KB)

I expect the information you need is contained in the error messages that you haven't provided.

Steve

Here is the error message
Arduino: 1.8.5 (Mac OS X), Board: "Arduino/Genuino Uno"

/Users/colinbelger/Documents/Arduino/Flappy/Flappy.ino:1:18: fatal error: UTFT.h: No such file or directory
#include <UTFT.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

library not installed

It's saying you don't have a UTFT.h library installed. You need to install it. Wherever you got the program from will probably have instructions about finding and installing it. It's not anything I've ever heard of.

Steve