rows 1-9 as white squares while rows 10 and 11 are X's


if temp1 =8 then WDATA = %0001011101100011 = white square
if temp1 >=9 then WDATA = %0001011100100011 = X


Also remember rows are 0-10 not 1 - 11