Try it using word variables or lower the 255 by 1 0r 2, I have had problems with bytes and 255, I usually will just use words and make sure there is an error handler if they go over 255, something like if yourvar > 255 then yourvar = 255.