I'm needing to change the repeat rate of key presses, but don't understand these values. Here's what it says in the data sheet:
10.14. Repeat
This is a 16 bit number stored high and low (see trigger). The actual value is found by trial and error. When a pad is touched the value is immediately recorded, if the finger is held there another, same value is recorded until the pad is untouched.
The time delay between each key record is determined by this value. The default value of 1256 (0x4e8) gives about 1/2 second.
and this photo shows the EERPOM table where the values are stored in slot 24 & 25. When I read these values from EERPOM, I get 10 & 196. I could experiment with changing these numbers, but I'd really like to understand how it works.
I would like to (1) know what values to make it have a very long repeat rate (like 4+ seconds), & (2) I'd really like to understand how it works - saving a number in two separate parts.
If I can understand it, then I should be able to come up with the value.
Thanks.