VFD Control and the DATA command
Johnmark
Posts: 10
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
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