Commit Graph

2 Commits (1d77f411fab7571b4f3bc6ca6d3624be2f54db5d)

Author SHA1 Message Date
Amir Alexander Abdelbaki 5b631adfe4 implement txt2printr.sh to send ascii art to a parallel port needle printer
writes raw bytes to /dev/lp0 (overridable via PRINTER_DEV): resets the
printer with ESC @, converts LF to CRLF to avoid staircasing on raw
device writes, then form-feeds to eject the page.
2026-07-03 10:49:27 +02:00
Amir Alexander Abdelbaki 7030454075 switched exec-cycle to a live >=2fps ascii preview loop and added txt2printr stub
replaced the guvcview+keypress capture flow with a continuous
capture/convert/display loop so the terminal shows a live ascii
preview; pressing c saves the frame and triggers the new
txt2printr.sh hook (currently a blank template).
2026-07-03 10:24:35 +02:00