the line of paintelepix.write((getPixel(start_x + 0, start_y + 0) and 1 or 0)..(getPixel(start_x + 1, start_y + 0) and 1 or 0)..(getPixel(start_x + 0, start_y + 1) and 1 or 0)..(getPixel(start_x + 1, start_y + 1) and 1 or 0)..(getPixel(start_x + 0, start_y + 2) and 1 or 0)..(getPixel(start_x + 1, start_y + 2) and 1 or 0))
the line of pain, but it’s slighly shortertelepix.write((getPixel(start_x,start_y)and 1 or 0)..(getPixel(start_x+1,start_y)and 1 or 0)..(getPixel(start_x,start_y+1)and 1 or 0)..(getPixel(start_x+1, start_y+1)and 1 or 0)..(getPixel(start_x, start_y+2)and 1 or 0)..(getPixel(start_x+1,start_y+2)and 1 or 0))
the line of pain, but it’s no longer a line, or pain
telepix.write(
(getPixel(start_x + 0, start_y + 0) and 1 or 0)..
(getPixel(start_x + 1, start_y + 0) and 1 or 0)..
(getPixel(start_x + 0, start_y + 1) and 1 or 0)..
(getPixel(start_x + 1, start_y + 1) and 1 or 0)..
(getPixel(start_x + 0, start_y + 2) and 1 or 0)..
(getPixel(start_x + 1, start_y + 2) and 1 or 0)
)