We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Arduino/libraries/Ucglib/src/clib/ucg.h:120:25: internal compiler error: in type_hash_canon, at tree.c:6953 typedef uint8_t PROGMEM ucg_pgm_uint8_t;
It needs to be re-defined as a macro me thinks.
The text was updated successfully, but these errors were encountered:
yes that seems to work
#define ucg_pgm_uint8_t uint8_t PROGMEM
Instead of
typedef uint8_t PROGMEM ucg_pgm_uint8_t;
Sorry, something went wrong.
perhaps related, Ucglib_ILI9341_18x240x320_HWSPI doesn't work but Ucglib_ILI9341_18x240x320_SWSPI does, I may have to get the logic analyzer out.
Ucglib_ILI9341_18x240x320_HWSPI was a clock issue, sorted it out. I have a 12MHz crystal on my Chinese nano :/
Successfully merging a pull request may close this issue.
Arduino/libraries/Ucglib/src/clib/ucg.h:120:25: internal compiler error: in type_hash_canon, at tree.c:6953
typedef uint8_t PROGMEM ucg_pgm_uint8_t;
It needs to be re-defined as a macro me thinks.
The text was updated successfully, but these errors were encountered: