Colours and sizes have been added.
LINEC, FILLC and SIZE can now be used to alter colours.
5 CLS $FFFFFF: CLR
10 SIZE 16
20 CURSOR 60,60
25 LINEC $FF0000
30 GDPRINT"HELLO WORLD!"
31 SIZE 1
32 LINEC $00FF00
33 LINE 100,200,250,400,1
34 POINT 20,20,1
35 GDSWAP
40 PRINT"DONE"
The flag at the end of the line and point commands, tells the EVE code to switch modes ->
GD.Begin(LINES);
or
GD.Begin(POINTS);
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.