lcd preset?

JesterN's icon

HI all,
i'm looking for a simple way of storing what i draw on a lcd, any idea?
A

Samuel Freeman's icon

The drawing on the lcd is produced by messages which can be stored as lines in a [text] object, and dumped out when needed.

The exception to this is wen the local attribute is on and the user clicks to draw on the lcd - which might be what you mean.

Max Patch
Copy patch and select New From Clipboard in Max.

if so try something like this:

...you'd have sort out the starting of a line from the mouse-down location, but that's not too hard to do