Zeeshanhayat / arduinoscope

Automatically exported from code.google.com/p/arduinoscope
0 stars 0 forks source link

Step size x-direction #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Is it possible to change the step-size in x direction? I working on a photon 
counting project for a secondary school, and my Arduino counts every 250 ms 
(the counts are mapped to 0-1023 in the Arduino) Now I get a stair-case 
pattern. I like to have a smaller step in x-direction (e.g. 5 pixels).

I hope I did not miss an simular issue.

Original issue reported on code.google.com by marktpla...@gmail.com on 27 May 2011 at 12:51

GoogleCodeExporter commented 8 years ago
Here is the source for the Oscilloscope libe for Processing:
http://code.google.com/p/arduinoscope/source/browse/trunk/processing/src/arduino
scope/Oscilloscope.java

you should be able to accomplish your goal with a combination of 
setResolution() & setMultiplier() in your Processing sketch.

Original comment by david.ko...@gmail.com on 25 Sep 2012 at 6:55