Problem with a function in xlib
Moderator: tr1p1ea
Problem with a function in xlib
Hi, is it possible that there is a problem with this function
usage: real(12,Shape_Type,x1,y1,x2,y2,DrawShape_UpdateLCD
If i choose the drawshape 5 = DrawRectOutlineBlackFillWhite
I see the rectangle, outline black; but it isn't filled with white, or i might be using it wrong
usage: real(12,Shape_Type,x1,y1,x2,y2,DrawShape_UpdateLCD
If i choose the drawshape 5 = DrawRectOutlineBlackFillWhite
I see the rectangle, outline black; but it isn't filled with white, or i might be using it wrong
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am
Just try this, make a program in basic with this code (make sure xlib is installed )
And see what happens
Code: Select all
ClrDraw
For(x,0,94)
For(y,0,62)
Pxl-On(y,x)
End
End
real(12,5,0,50,94,63,1
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am
-
- Calc King
- Posts: 2195
- Joined: Sun 27 Mar, 2005 4:06 am
- Location: sleeping
- Contact:
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am