inventrdotio / AdventureKit2

Code for the second adventure kit
41 stars 12 forks source link

Chapt 6 Radar Sweep Won't Compile due to issue w/ the included libraries #19

Open JanTLeung opened 1 year ago

JanTLeung commented 1 year ago

When you include the MCUFRIEND_kbv.h library, it brings along 4 other libraries and places them in the sketch in the following order:

include

include

include

include

include

The compile fails w/ numerous errors related to the libraries.

If you move MCUFRIEND to the top and comment out the two TFT libraries, the sketch will compile.

include

include

include

//#include //#include