Fellow Monks,
Recently I decided that I would write a peice of software for an LED display I was running. The software that came with it was awful. The software designs (frame by frame) where the dots are lit up.

I decided that I could do much better. So I've started on my new project. I've figured out how to decode the files. I just need to work on GUI and how to create them. I have a few questions.

First... The files sent to the sign (over a modem) are compiled files (right word? it's the funny chars and many boxes). I convert them to hex, where I convert them to binary 4 numbers at a time. I need to know how to get it from a LoL back to the original state.

Next, I need help on the GUI. Is it possible to take fonts and make the output a series of dots? (Does that even make sense?) I have no experience with TK and haven't bought the O'Reilly book yet. I would first like to make sure it's possible.

Thanx for your help,

- p u n k k i d
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein


In reply to Design Software for an LED Display by elusion

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.