1. Re: faster pixel() in SVGA -- to Pete,

Dear Pete,

Please run the short codes below. this is not for timing test
but for the test of "black line appearing on the screen".
Im my machine(486-66), there appeared four(4) blackened lines on
the screen. Black lines doesn't appear in case that Euphoria
built-in display_image() is used.

Bye! from Lee, woo seob

--------------------- code start ------------------
include graphics.e
include svgapix.e -- Pete's faster pixel routine
include get.e
object junk
junk=graphics_mode(257)
svga_setup(257)
display_image({0,0},repeat(repeat(CYAN,640),480))
junk=wait_key()
junk=graphics_mode(-1)
--------------------- end here ---------------------

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu