have two options: you can either put in a normal number or its binary equivalent. In the example I provided, if I wanted to rotate it by 270 degrees, the corresponding but values would be ( bit01: 1 bit00: 1 ) or the number 3. Now, if you wish to use the first method, the number you use needs to be in binary format, with " &B ". The number also needs to be as big as number of bits.