Thanks Eikon/PGF,
I wasn't ignoring you Eikon (appreciate the offer .. might hold ya to it ;) .. as observed .. questioning my approach and didn't want to waste your time :) Where can I post the BMP's ??
Here are all the gory details:
Using one 309x309 BMP as the graphics 'face'.
Using another BMP as the 'needle'. Overlay the face over the needle .. interesting effect :) though I can do it normally also.
Run a Blitz program that creates 3600 BMP's (.01 degree needle res). Why? because I can divide 3600 by 2/3/4/5/6/8/9/10/etc .. nice number .. I can 'pick and choose' the displayed tachometer resolution and some flexibility in other ways.
Then use the "Glueit" program to create "ani-strips" with the 280K BMP's .. has its limits though .. picked 100 (or other # as required) a strip as it gets a tad cranky if I push it further. Each 100 frame BMP is 37298K.
I then convert the BMP to PNG strips with the "pic2pic" program. It is an imbedded system so I need the initial storage space. BTW: Individual PNG strips are 217K (256 color).
Can't stream the data (don't know of a method) as a tach can bounce all over the place in very short order. Have a ~270 degree needle swing (11,000 RPM tach; a 200MPH speedo and some smaller gauges to do after I get the general issue completed).
Am trying to figure out the best method to 'grab' only the updated part of the tach face and save .. AND a means to allow the program that does the image display 'coordinating' to handle placement of image sizes 'automajikly'. That would allow much smaller ani-files and faster updates. Have not figured out exactly how to do it ?!?!?!?
The other method tried is simply grabbing each 'individual' file as needed from disk and using one frame. I can't say conclusively it is faster .. but at o'dark-thirty this morning it certainly looked like it was MUCH faster .. though I can't explain why. Note: I'll be using a RAMdisk also.
As to what else will be going on at the same time?
http://www.blitzbasic.com/Community/posts.php?topic=32901covers it somewhat. Any questions just ask .. no secrets here.
Pretty much it. Ideas/suggestions/minor lambasts/etc OK. It is public domain project so what goes out the door is what they get .. but would like to do it right. Credit given where credit due.