Hi All,
I recently upgraded the LCD on my project from a 128x64 (prototyping display) to a more advanced 320x240 display , which is closer to what we expect of our final product. My issue at the moment is that we have essentially run out of memory on the MSP430f2618 for logos (large Hex array if we were to use 320x240 about 57kB) and a Bigger font table. I was wondering if there was a way to use something like an SD card to store these tables and grab chunks of them on the fly. Our logos only get displayed at start up to give our customer something too look at while we wait for everything to stabilize so we can take a zero measurement for our sensor, so it only needs to be loaded in a section where time is not a big constraint! The font table might be able to be saved within the chip but the current one we have found/made is about 25kb of data so it is pushing it.
I am basically asking if there are any canned solutions for this problem so I am essentially not re-inventing the wheel, or if this is even possible.
Thanks,
Jake