sm6yvr / liam

DIY Robot lawn mover
GNU General Public License v3.0
52 stars 22 forks source link

For static text try to use progmem instead of RAM. #15

Closed Ola-Palm closed 1 year ago

Ola-Palm commented 7 years ago

For static text, try to use keyword PROGMEM, this since RAM is more or less full as it is. (when all is set to true, as it will be when #define has changed to program variables.

(If you don't need to modify the strings or data while your sketch is running, you can store them in flash (program) memory instead of SRAM; to do this, use the PROGMEM keyword.)