0 Members and 1 Guest are viewing this topic.
Hello,Im working on a drawing program, and I was wondering if it is possible to save you drawing to an 'pic' var, so that you can access it from the vars menu and look at it on the graph screen.is here an asm opcode for, or an routine?please let me know!
Note that if the picture was created with TI-Connect, it will be 64 rows instead of 63, though.
Quote from: DJ Omnimaga on November 30, 2010, 11:53:20 pmNote that if the picture was created with TI-Connect, it will be 64 rows instead of 63, though.Oh, does it actually recall the last row too? I've always wondered why TI left it out.
GetCalc("Pic1",768)Copy(L6,P,768)
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
GetCalc("Pic1",768)=>PCopy(L6,P,768)
GetCalc("Pic1")=>PCopy(P,L6,768)
Axe imports all rows of tha picture. That feature was added on my request So you can do Code: (Axe) [Select]GetCalc("Pic1",768)Copy(L6,P,768)and even when you recall a pic with RecallPic # in TIOS, 64 rows will be drawn to the screen when the size of the Pic is 768!