vga-output
nomad
Posts: 276
VGA-output
hi,
for testing purpose,
i running the VGA_Demo.spin-program.
it's OK
when i running the the VGA_Text.spin
nothing happens.
i think its a object???
it's possible with the VGA_Demo.spin or
the VGA_Text.spin
to do this:
VAR
· Byte Value (0-256)
· repeat
··· ...
··· value := ..<calculations>
···
··· print(value) on the monitor (vga)
or, how can y convert a number := 2
to a char?
have somebody code or a program
for this purpose.
all help are welcome
regards
nomad
hi,
for testing purpose,
i running the VGA_Demo.spin-program.
it's OK
when i running the the VGA_Text.spin
nothing happens.
i think its a object???
it's possible with the VGA_Demo.spin or
the VGA_Text.spin
to do this:
VAR
· Byte Value (0-256)
· repeat
··· ...
··· value := ..<calculations>
···
··· print(value) on the monitor (vga)
or, how can y convert a number := 2
to a char?
have somebody code or a program
for this purpose.
all help are welcome
regards
nomad
Comments
You simply need to use the "FloatString" object.
Load the "1-wire routines" sample in the Propeller Object Exchange. You will have samples with TV_text and VGA_text which are very similar for code.
You can change the 1-wire call by your values for test.
dro.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
in medio virtus
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Post Edited (Paul Baker (Parallax)) : 3/3/2007 7:23:57 PM GMT
thanks for your help.
now i testing the stuff
regards
nomad
fine it running
thanks
regards
nomad