Skip to content
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

Examples do not compile with Arduino Giga R1 and Giga display shield. rtos type error . Using Arduino IDE 1.8.19 and latest libraries #4

Closed
Dowster64 opened this issue Mar 27, 2024 · 2 comments · May be fixed by #5
Labels
bug Something isn't working

Comments

@Dowster64
Copy link

Dowster64 commented Mar 27, 2024

Hi,
Both the Basic and the Demo examples fail to compile. A similar issue is here for another board
DaleGia/Nano33BLESensor#8
which related to a change needing to include other libraries.

C:\Users\xxxx\Documents\Arduino\libraries\Arduino_GigaDisplay_GFX\src/Arduino_GigaDisplay_GFX.h:50:5: error: 'rtos' does not name a type; did you mean 'utoa'?
     rtos::Thread* _refresh_thd;
     ^~~~
     utoa
exit status 1
Error compiling for board Arduino Giga R1.

Adding
#include "rtos.h" to the includes section on Arduino_GigaDisplay_GFX.h allowed it to compile and run. Not really sure which library it found that in :-)

Thanks for your help

@per1234 per1234 linked a pull request Mar 27, 2024 that will close this issue
@per1234 per1234 added the bug Something isn't working label Mar 27, 2024
@Dowster64
Copy link
Author

I've created a pull request (to the best of my ability) I hope I managed it correctly.

@Dowster64

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants