Snippet - T35 LCD and SDCard. Create bitmaps and save display screens to SDCard

T35 LCD and SDCard. Create bitmaps and save display screens to SDCard

Note: The code posted uses some code published by Michael Dodaro at Integral Design.

This sample code is just some fun using the T35 and bitmaps. I use similar code when I want to save screen data to the SDCard or other media (Or even send the bitmaps to my PC). The sample shows and saves two different screens of example data. The two screens are cycled using a button. The screens are mostly drawn text but other graphics can also be used if wanted. [Now if I only could figgure out how to copy the LCD bitmap directly from the T35 hardware.]

Not shown in the example is reading a bitmap to use for display because I wanted to keep this example as short as possible. IF he bitmap is in the proper format, just read it for its source and then flush it to your T35.

I hope somebody can use this example as a basis for their use.

Never thought about this, screen capture. I like it