Shop OBEX P1 Docs P2 Docs Learn Events
TV_Text Demo, how can i make the font size large ? — Parallax Forums

TV_Text Demo, how can i make the font size large ?

brad0brad0 Posts: 4
edited 2008-02-22 20:34 in Propeller 1
Ok i am looking at the code for the TV_TEXT_DEMO how can i make the font size large ?
·

Comments

  • mosquito56mosquito56 Posts: 387
    edited 2008-02-22 00:57
    If you want larger fonts you might try the "graphics.spin" in the library with the new propeller tool. Run graphicsdemo.spin, he did some amazing things. I gave up on using it as it using alot of memory but that's the only way I know of to get what you want.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·······

    ······· "What do you mean, it doesn't have any tubes?"
    ······· "No such thing as a dumb question" unless it's on the internet
    ········
  • brad0brad0 Posts: 4
    edited 2008-02-22 01:05
    ok i will look into that but i still think there is a way ....
  • mosquito56mosquito56 Posts: 387
    edited 2008-02-22 01:13
    Please let me know if you find something so I can use it also.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·······

    ······· "What do you mean, it doesn't have any tubes?"
    ······· "No such thing as a dumb question" unless it's on the internet
    ········
  • Paul BakerPaul Baker Posts: 6,351
    edited 2008-02-22 02:05
    It should be possible by manipulating the video parameters in TV_Text to paint the pixels less often and draw scan lines more than once, but it's not a simple task.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.
  • brad0brad0 Posts: 4
    edited 2008-02-22 02:11
    ok i will play with the code - scan line
  • brad0brad0 Posts: 4
    edited 2008-02-22 04:04
    din't get the front size bigger
  • deSilvadeSilva Posts: 2,967
    edited 2008-02-22 09:27
    Use my MPE_TEXT_013 substitution, I posted it for just this purpose. I think there is a preconfigured PAL and NTSC version, but take the NTSC version by all means, as PAL makes no sense on 320x240 displays.
  • Paul BakerPaul Baker Posts: 6,351
    edited 2008-02-22 20:34
    brad0 said...
    din't get the front size bigger
    It's not as simple as changing a number, it takes actually rewriting the driver. To do so requires a full understanding of the video generator.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.
Sign In or Register to comment.