My splashscreen for my "Linux"OS I'm making. Thanks Zeda, for making this possible:P :
Here's my code:
:FnOff
:ClrDraw
:0→Xmin
:E1→Xmax
:0→Ymin
:33E3→Ymax
:2→Xres
:AxesOff
:"‾7E3X+33050→Y1
:"33050e^(‾.287682X→Y2
:DispGraph
:dim(56,6,99,56,6
:For(A,1,300:End
:Text(12,42,"By Roguebantha
:dim(1,56,6,99
:For(A,1,300:End
:dim(56,6
:Text(20,45,"Linux OS v0.1
:dim(56,6,99
:For(A,1,1.5E3
:End
Basically, it works by first inverting the screen to all black on the buffer and updating, then reverting the graph buffer without updating the graph screen, writing to the graph buffer, then reinverting the graph buffer and updating screen. Until I wrote this, I never understood why you might not use the dim(99 command immediately :D