Skip to content

Conversation

@dpwe
Copy link

@dpwe dpwe commented Nov 2, 2023

Thanks for this library which is just what I needed.

To make it work on RP2040 (32 bit ARM Cortex-M0+), I had to add an __attribute__ to ensure 32-bit alignment of buff (else invertDisplay hung; interestingly, clearDisplay worked fine because I think the compiler rewrote it as a memclr()).

I also changed the references to "long" to be "uint32_t", just so we're absolutely clear about the word size we're assuming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant