Grahame, Your comment nagged at me, so I did include Huffman compression and got nearly 100k of text down to 48k. I wrote a program to take a text file and output it a line at a time to a file I can directly include in my AVR code, along with the Huffman tree and a symbol table for looking up the string addresses. It took me a few days, including a 40 hour day over a weekend, but the satisfaction pays for all.
On Sunday, July 6, 2014 10:38:12 AM UTC-7, Grahame Marsh wrote: > > Pete, > <snip> > Did you use any compression for the text? I just about doubled the number > of proverbs I could fit in doing so. > > -- You received this message because you are subscribed to the Google Groups "neonixie-l" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/a1c4c70d-eece-4552-bb15-abd7364f53f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
