This is a upgrade of my Slideshow program with two sets of Images.
DATA is a new set of 75 Images for inclusion on the upcoming SD-CARD. DATA2 is the original set of 500 images I distributed with the last version. DATA and 75 images are the initial values in the included SLIDESHOW.INI
Major Enhancement was adding INIFILE support. All options of the slideshow can be controlled by editing SLIDESHOW.INI.
If MANUALSETUP=ON in the INI file, Then the Menu is presented as before. If MANUALSETUP=OFF then all Slideshow Parameters are controlled from the INI file and the Slide show will play without further intervention when you enter the RUN command.
The INI file is Required !! even in Manual mode the IMAGEDIR and IMAGECOUNT variables from SLIDESHOW.INI are used.
Be aware, if the INI file is saved as a Unix text file (only LF's) the program will FAIL. It must be saved with either CR or CR,LF. The X16 editor as it currently stands will save with only LF's if in ISO mode. If you use the X16 editor to change it make sure you are in PETSCII mode.
This revision makes the program into something of a general purpose slideshow engine. Just create a new Directory of Images and get an accompanying ZSM file for your own custom Slideshow, img2Bvload at viewtopic.php?t=6843 creates the proper Image and Palette files.
I plan on writing a complete guide on the INI parameters and completing a Batch Image convertor so a full directory of Image files can be setup on Windows or Linux, instead of converting file by file. These supporting features probably won't come until after the Holidays.
So I've prattled on long enough.
HERE'S THE CODE