LCD macro Cursor doesn't work with variables
Posted: Wed Dec 10, 2008 1:39 pm
Hi,
if I try to use the LCD macro Cursor using variables, say
x=0
y=0
Cursor (x,y)
it doesn't work.
It works fine in the simulation but not on the actual HW.
It works with literals, of course:
Cursor (0,0)
It must be a compilation bug! My version of Flowcode is 3.4.7.48.
I'm attaching the fcf file. Thanks for help.
if I try to use the LCD macro Cursor using variables, say
x=0
y=0
Cursor (x,y)
it doesn't work.
It works fine in the simulation but not on the actual HW.
It works with literals, of course:
Cursor (0,0)
It must be a compilation bug! My version of Flowcode is 3.4.7.48.
I'm attaching the fcf file. Thanks for help.