Calculator Community > Casio Calculators

Getting started in Casio-Basic? You can ask here.

<< < (4/25) > >>

fxdev:
Use "F-line" with view window setting 1,127,0,1,63,0.
Also, there is a trick to precede "F-Line" with "SketchThick" to further increase its performance.

Here is a test program that does this:


--- Code: ---Cls
LabelOff
ViewWindow 1,127,0,1,63,0
For 1->I To 5
Cls
For 1->J To 31
SketchThick F-Line 1,2J,126,2J
Next
Next
--- End code ---

EDIT: Wow, on the Prizm this is REALLY slow...
I'm sorry, but Casio-Basic has always had a bad design when it comes to graphics.

DJ Omnimaga:
Cool thanks for the tip. I actually changed ViewWindow 1,127,0,1,63,0 to ViewWindow 1,127,0,1,75,0 and For 1->J To 31 to For 1->J To 37, though, since there was a small white gap between lines.

fxdev:
Actually, this was supposed to fill the entire screen...
Are you overwriting the status bar? If not, then this must be a bug.

Incredible, the Prizm makes Casio-Basic even crappier!

AngelFish:
Wow, I'm really behind on my Casio-BASIC tutorials  :P

Anyway, here's a link to the first one on my site: http://www.fishbot.co.cc/tutorials.html

It may or may not be readable. I'm getting different outputs depending on how my browser views the page.

DJ Omnimaga:

--- Quote from: cfxm on January 18, 2011, 06:48:42 pm ---Actually, this should fill the entire screen...
Are you overwriting the status bar? If not, then this must be a bug.

Incredible, the Prizm makes Casio-Basic even crappier!

--- End quote ---
Not really sure what you mean, but that seems weird. X.x

And yeah it definitively seems they screwed up the BASIC language pretty bad. I hope someone ports Axe Parser and other languages to the calc and opens it to ASM dev so we can produce better games or have ASM utilities that extends and improve the BASIC language.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version