Library includes in the RGB examples are wrong #8
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
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>
The text was updated successfully, but these errors were encountered: