nullboundary / Triggertrap

Triggertrap is an universal camera trigger.
http://triggertrap.com/
GNU General Public License v3.0
8 stars 29 forks source link

Press and Hold Number update pause #1

Closed nullboundary closed 13 years ago

nullboundary commented 13 years ago

Basically if you press and hold the up or down arrow key for a really long time, like >1 minute the number updates will pause and hesitate. It won't freeze, but the numbers will stop updating momentarily if you keep holding, after a moment they will update again. Its like the cpu is momentarily busy, or perhaps their is a timeout on the touch chip?

nullboundary commented 13 years ago

Fixed.

delay(100);  
Wire.beginTransmission(0x1B);   // 
Wire.send(0x37); //set to register 0x37, disable hold down auto calibration
Wire.send(0);
Wire.endTransmission();