Shop OBEX P1 Docs P2 Docs Learn Events
Bigger font version of TV_TEXT — Parallax Forums

Bigger font version of TV_TEXT

BradCBradC Posts: 2,601
edited 2009-07-09 12:36 in Propeller 1
I'm doing some experimenting in my trusty iron horse, and I'm using one of the 2.5" LCD's from Tim (Lovely little display by the way).

All my code is based around tv_text as it does what I need and uses very little RAM. Unfortunately the text is just too small to read at a glance while driving. Has anyone knocked up a version of TV text with a bigger font?

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Missed it by ->" "<- that much!

Comments

  • RaymanRayman Posts: 14,844
    edited 2009-07-08 15:11
    Can't you just reduce the number of columns and rows to make it bigger? I think the TV_text driver can scale to fit...

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
  • MicrocontrolledMicrocontrolled Posts: 2,461
    edited 2009-07-08 15:31
    What LCD are you using??

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Toys are microcontroled.
    Robots are microcontroled.
    I am microcontroled.



    If it's not Parallax then don't even bother. :-)
    ·

    Mini-Din/PS2 connectors are for sale! 5 for $1! PM me if you wish to make an order.
    Cheap·shipping unless specified!··········150 left!!··


  • BradCBradC Posts: 2,601
    edited 2009-07-08 23:59
    Rayman said...
    Can't you just reduce the number of columns and rows to make it bigger? I think the TV_text driver can scale to fit...

    No, it doesn't. It simply centers the display horizontally and vertically based on the width you end up with.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Release the hounds!
  • BradCBradC Posts: 2,601
    edited 2009-07-09 00:00
    microcontrolled said...
    What LCD are you using??

    www.brilldea.com/product_30LCDanddriver.html

    Ok, so it's 3" and not 2.5". Either way the text is way too small to look at while driving [noparse]:)[/noparse]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Release the hounds!
  • mparkmpark Posts: 1,305
    edited 2009-07-09 00:50
    Brad, try the attached. 20x7 double-sized characters.
  • BradCBradC Posts: 2,601
    edited 2009-07-09 00:57
    mpark said...
    Brad, try the attached. 20x7 double-sized characters.

    Fabulous! We have a winner folks. Thanks Michael [noparse]:)[/noparse]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Release the hounds!
  • localrogerlocalroger Posts: 3,452
    edited 2009-07-09 12:36
    This is one of the first hacks I did; I need 4 lines by 20 characters, which I later expanded to 27 characters by narrowing them a bit, for a display to let truck drivers know their RFID cards had been scanned from the cab. You must change rows and cols, obviously, to reduce the number of characters, but also increase hx and vx to actually make the characters bigger. You have much finer control of horizontal size since hx starts out at 4 and vx starts out at 1.
Sign In or Register to comment.