Skip to content

Conversation

@JustSimplyKyle
Copy link

@JustSimplyKyle JustSimplyKyle commented May 19, 2025

Currently only implemented for Epd2in13b. The reason this is needed is that for many arduino boards, having both two buffers directly on the stack would consume too much space, failing the compilation.

However, with progmem, we can save the buffers on the flash and read them byte-by-byte to send them.
it's probably inevitable that this needs to be abstracted to a trait level implementation, but I'm unsure of what the naming should be; or which boards shall implement this.

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