Shop OBEX P1 Docs P2 Docs Learn Events
VFD Control and the DATA command — Parallax Forums

VFD Control and the DATA command

JohnmarkJohnmark Posts: 10
edited 2010-02-22 15:28 in BASIC Stamp
I am using a VFD that has built in memory that can store graphics. I call the graphic using Serout:

SEROUT out, baud, [noparse][[/noparse]$1f, $28, $66, $10, $01, $00, $00, $00, $08, $00, $32, $00, $08, $00, $01]

Everything works great. I was wondering if there is a way to store the actual message inside the brackets using the DATA command.
I tried several different way and I could not make is work.

Thanks

John
Sign In or Register to comment.