Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Fake iMon driver and plugin

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
barnie
Plugin Author
Posts: 4
Joined: October 26th, 2007, 10:43 pm
Location: Dublin

Fake iMon driver and plugin

Post by barnie »

This combination of fake driver and plugin make it possible to use software written for the iMon VFD API with LCD Smartie. Place the fake SG_VFD.dll into the directory of the application you want to trick. Put FakeIMon.dll in LCD Smartie's plugin directory. Create an LCD Smartie screen with
$dll(FakeIMon, 1, , )
$dll(FakeIMon, 2, , )
and you will be able to capture the output of the application in LCD Smartie. Additionally, $dll(FakeIMon, 8, , ) will give you the name of the application FakeIMon is attached to.

When no application is attached to FakeIMon, both lines are empty (which can be used for automation).

Tested with the DVB Viewer iMon plugin and the SoundGraph API demo.
You do not have the required permissions to view the files attached to this post.
Post Reply