Skip to content

Library includes in the RGB examples are wrong #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Antrilas opened this issue Oct 9, 2023 · 1 comment
Closed

Library includes in the RGB examples are wrong #8

Antrilas opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project

Comments

@Antrilas
Copy link

Antrilas commented Oct 9, 2023

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>

@karlsoderby
Copy link
Collaborator

Hi @Antrilas , thanks for highlighting this issue. It has been addressed in this PR: #10

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants