a number of errors :
For Pixelcount = 0 To 7 'Loop for 8 pixels to be set or not
Ypos = A + Pixelcount 'Each pixel on his own spot
Pixel = Pixels.pixelcount 'Set the pixel (or not)
Pset Xpos , Ypos , Pixel 'Finaly we can set the pixel
Next Pixel
^^^^
and many more !!
but the real problem : Lcdtext , 64 , 20 , Inverted , Rotate_0
^^^^
you have to pass some value there.
↧