Not sure if this topic goes here or in the Basic section but:
How would I copy what's on the graph screen (Like a screenshot?) and store that data into a variable to use or load back onto the screen later?
I'm wondering if I use Copy( to copy the screen to the buffer, maybe?
well i´m a new axe programmer but´i´ll say that you can store the graph to a buffer and copy it to a pic.but you can also make a pixeltest and store the pixels into a program...
in axe there is not the posibillity to store pics.......
If you want to store what is actually displayed on the LCD:
Axe Parser Command List wrote:
StoreGDB: Takes a screenshot and saves it to the main buffer.

And then:

Code:
Copy(L₆,dest buffer,768)


If you just want to store the main buffer somewhere:

Code:
Copy(L₆,dest buffer,768)

Or if you want to store it to a ti pic variable:

Code:
Copy(L₆,GetCalc("Pic1",756),756)
hmm interesting...
just a question:
that means that you don´t need

Getcal("pic1")>P
copy(L6,P,756)

and you can make the getcalc command into the copy???
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement