The two examples in "Examples->Arduino_GigaDisplay->Blink->*" have the following includes: `#include <Arduino_GigaDisplayRGB.h>` Compiling leads to: `Compilation error: Arduino_GigaDisplayRGB.h: No such file or directory` To fix this change the include to: `#include <Arduino_GigaDisplay.h>`