A for loop is constructed to move an x in every LCD position.for (init; condition; increment) { Code that will be run in the loop } In this case: for (int x = 0; X<128; x++) { Code that will be run in the loop }