05-02-2013, 06:36 PM
slenkar Wrote:here is the source code:
How could I free up some more RAM?
- Have you tried to compile using -O3? (it reduces your program size by about 1Kb, it seems).
- Also, do you really need the line function? or can use DRAW instead?

Try lowering the ORG with --org=26000?