Getting started with seeed round display

the link to the gethub does not have a download zip file like the other… i literally dont know how to download the files from the link…

do you know what is wrong with it? Arduino keeps telling me i need to upgrade if i use older libs… is seems all the new libs are being corrupted by people trying to write them for raspberry pi and micropython… what da? I am pretty good at following directions and am still having problems… it seems rebooting and opening and closing the Arduino IDE is important

my most recent lesson was

in User_Setup_Select.h

// Example User_Setup files are stored in the “User_Setups” folder. These can be used
// unmodified or adapted for a particular hardware configuration.

///////////////////////////////////////////////////////
// User configuration selection lines are below //
///////////////////////////////////////////////////////

// Only ONE line below should be uncommented to define your setup. Add extra lines and files as needed.

//#include <User_Setup.h> // Default setup is root library folder

//#include <User_Setups/Setup1_ILI9341.h> // Setup file for ESP8266 configured for my ILI9341
//#include <User_Setups/Setup2_ST7735.h> // Setup file for ESP8266 configured for my ST7735

#include <User_Setups/Setup66_Seeed_XIAO_Round.h> // Setup file for Seeed XIAO with GC9A01 240x240

Its important to uncomment the #include <User_Setups/Setup66_Seeed_XIAO_Round.h>
BUT ALSO TO COMMENT //#include <User_Setup.h> // Default setup is root library folder

also its important lv_conf.h is placed OUTSIDE the directory in
C:\Arduino\libraries … this is very unusual

Seeed really needs to invest some time in solving this problem… otherwise people will be returning and complaining about products being defective and will take a bad public relations hit…