Hm I might be conflating RAM and Flash here. I'm guessing that variables would be related to RAM and the firmware size would be related to Flash.
And I'm guessing if I can somehow get the constants in that library be a lookup table located in storage, I should be able to free up more memory for actual code.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hm I might be conflating RAM and Flash here. I'm guessing that variables would be related to RAM and the firmware size would be related to Flash.
And I'm guessing if I can somehow get the constants in that library be a lookup table located in storage, I should be able to free up more memory for actual code.