Skip to content

Library includes in the RGB examples are wrong #8

Closed
@Antrilas

Description

@Antrilas

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>

Metadata

Metadata

Assignees

Labels

topic: documentationRelated to documentation for the projecttype: imperfectionPerceived defect in any part of project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions