dxw00d:
They keep the message data in the flash memory area, rather than in SRAM. See PROGMEM - Arduino Reference
I'm using program memory to store font and symbols, but for the actual message, I'm dynamically building it at run time.
dxw00d:
They keep the message data in the flash memory area, rather than in SRAM. See PROGMEM - Arduino Reference
I'm using program memory to store font and symbols, but for the actual message, I'm dynamically building it at run time.