Site hosted by Angelfire.com: Build your free website today!
Beschrijving: Scanner v1.2
<< Terug naar basic programmaatjes
Scanner 1.2
TI-82, 83, BASIC
(C) 1999 Kevtiva
Scanner allows you to scan images on the graph into lists. This allows for
Basic graphics, and sending the images from a TI-83 to a TI-82.
Instructions:
Send Scanner.82p to your calculator. Scanner sets the ZOOM the first time you
run it, then just quit and create your graphics, then run Scanner to scan in
your graphics.
Scanner stores the data to L1 and L2. It also aligns the data so the image
will be centered at the coordinate 0,0 for programs that will use the list
data as a sprite. Once the image is scanned, to view it, turn stat plot 1 on:
ZStandard
ZInteger
Plot1(Scatter,L1,L2,.
PlotsOn 1
Using the above commands will always display the data properly.
Note: On the TI-82, 99 pixels is max for the image in the list;
      On the TI-83, 999 pixels is max.
      This new version auto-detects what calculator it is running on.
Email: Ticalcman@yahoo.com
url:www.homestead.com/kevtiva/ticalc.html

<< Terug naar basic programmaatjes