the line of 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))

the line of pain, but it’s slighly shorter
telepix.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)
)
a08baa4d-49ac-417e-bc84-0d1de50d6300

added on June 5, 2026 at 15:18


return home
share



v2026.06.07   ·   production   ·   commit 4dc6351 legal