thanks very much for the help.
so, messing around with this more I found http://www.ucapps.de/mios/lcd7_clcd_multi_v1a.zip which appears to be the same as the one I found before, except this one has a program which displays hello world. when I loaded it it only ran hello world on the 2nd third and fourth LCDs while the Mios C screen stayed frozen on the first.
It would seem the LCD works best in 8 bit connection, though I can't find it anywhere on the documentation or thing itself but i tried pulling d0-d3 as recommended
I tried messing with r10 to ground or lifted or to +5 and it didn't seem to make any difference while using the original firmware (_snapshot) still wierd reboots and garbled messages,
however I had noticed before that the encoders were not working properly on this firmware but worked on the new one. some reading revealed that the version of MIOS i have changed the Encoder protocals or somethign so this application is out of date.
Since following the instructions in the readme got me no where as far as integrating the multi LCD driver into the working application I began testing out combos of files in /src of new and old.
Eventually after much experimentation I used the current midibox_LC_1_6e added /clcd_multi. made changes 1-3 in the readme for assembly only apps (I still don't know what #4 is about) then I took lc_clcd.inc , lc_display.inc, lc_clcd_macros.inc, and lc_cali.inc from the old application (_snapshot) and made sure the lc_io_tables.inc and setup_midibox_lc files were suited to my hardware and compiled.
low and behold the LCDs display on three screens. however the first screen stays stuck on whatever iteration of the misspelled MIOS screen it comes to, the second lcd displays a garbled version of the welcome message, and the third on as well although only half of this display is used. while working in logic though the third display half that is working does report channel names and volume changes.
Also, with this set up the encoders are now working properly.
I guess this is a small victory...the controller does work... the display is at 1/8th capacity but...if anyone can point me to a where this problem is coming from I would appreciate it.
en passant, how does the midibox NG handle Logic Control emulation? I didn't see any info on that in the user manual etc.. is it the same as the 8bit cores where there is an application to load?