Scrolling_test+bluetooth

guix:
I think you need to change

while(var < 8){
var++;
}

to

while(var < 8){
var += coolness;
}

coolness??