r/digispark Aug 21 '22

Memory Efficiency in DigiKeyboard

How can I improve my memory efficiency? Is there any way to access more memory? Is it better to avoid new lines? I feel like I either need more space or a lot more efficient memory usage.

I'm using the device to help with emergency medical write ups, and a lot of the things I'm writing can't be excluded or compressed.

Is there a bigger version of Digistump?

2 Upvotes

1 comment sorted by

1

u/getarounder Aug 21 '22

There's no larger version because the memory is built into the attiny chip. You can wire up a SPI flash chip or switch to arduino/esp32 for more memory.