Shop OBEX P1 Docs P2 Docs Learn Events
VGA problems — Parallax Forums

VGA problems

El PaisaEl Paisa Posts: 375
edited 2006-10-09 08:22 in Propeller 1
I just purchased a Lilliput 809GL-80NP/C/T 8" monitor.
Works great with a S-video input.

In the VGA mode,
vga_text_demo works OK
vga_hires_text_demo, vga_512x384_bitmap_demo gives an error "OVER RANGE"

Any ideas why?

Comments

  • cgraceycgracey Posts: 14,133
    edited 2006-06-29 19:02
    The problem with the hires VGA drivers is that they output a 1024x768 image. Your Lilliput monitor is probably 640x480, which is what the vga_text driver outputs. So, you are limited to 480-line or less signalling.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔


    Chip Gracey
    Parallax, Inc.
  • Neo2aNeo2a Posts: 6
    edited 2006-06-30 10:22
    Please help me where can I download
    vga.spin file and other vga_hires_text_demo
    and etc.

    Thank you
    Pucz Istvan
  • cgraceycgracey Posts: 14,133
    edited 2006-06-30 16:31
    Here they are...
    Neo2a said...
    Please help me where can I download
    vga.spin file and other vga_hires_text_demo
    and etc.

    Thank you
    Pucz Istvan
    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔


    Chip Gracey
    Parallax, Inc.
  • Neo2aNeo2a Posts: 6
    edited 2006-07-01 13:34
    Thank you. It was usefull for starts.
    Please help me again. How can I initialise VGA screen if I want to
    use a graphics commands? I have been find examle for TV but not
    for VGA.
    Can I modify a string size?
    Thanx
  • MC-BerndMC-Bernd Posts: 8
    edited 2006-10-09 08:22
    Hello,
    I'm also loking for grafic examples which work in VGA mode.

    e-mail: Bernd888@gmx.net

    Thanks + Regards Bernd
Sign In or Register to comment.