Shop OBEX P1 Docs P2 Docs Learn Events
Want recommendations for VGA text mode — Parallax Forums

Want recommendations for VGA text mode

inakicinakic Posts: 10
edited 2010-11-15 06:12 in Propeller 1
Hello everybody.
I am looking for a VGA-text-only object/library for Propeller.

I would need as much text displayed as possible. Colors are welcome but not necessary. Text should be readable with ease.

The Propeller itself will take charge only of display tasks(with some minor text formatting tasks-like a terminal-) and will have serial communication with another external processor(which provides the text to display).

I have performed a browse in Propeller objects, but, as there are so many VGA objects, I cannot find easily which is the best object for my purposes.

Recommedations ?

Comments

  • ElectricAyeElectricAye Posts: 4,561
    edited 2010-11-15 06:09
    inakic wrote: »
    Hello everybody.
    I am looking for a VGA-text-only object/library for Propeller....

    Probably you'll want something like this:

    http://obex.parallax.com/objects/70/

    But I've heard that Baggers made an object that can display more text:

    http://forums.parallax.com/showthread.php?t=112571

    If you want higher resolution, the other VGA objects eat more cogs, and those objects that provide the highest resolution eat so many cogs that the Propeller can do little else but display text.

    Hope that helps,
    :)
  • Bill HenningBill Henning Posts: 6,445
    edited 2010-11-15 06:12
    There is a "hirez text" driver by Chip in the Obex, that can do 128 columns by 64 rows of text using XGA timing.
    inakic wrote: »
    Hello everybody.
    I am looking for a VGA-text-only object/library for Propeller.

    I would need as much text displayed as possible. Colors are welcome but not necessary. Text should be readable with ease.

    The Propeller itself will take charge only of display tasks(with some minor text formatting tasks-like a terminal-) and will have serial communication with another external processor(which provides the text to display).

    I have performed a browse in Propeller objects, but, as there are so many VGA objects, I cannot find easily which is the best object for my purposes.

    Recommedations ?
Sign In or Register to comment.