robomonkey said:Hi, just got my vfd working, very cool :lol:
I have the iMon vfd, just wondering about a couple of things,
1. Do I need iMon installed for the vfd to function?
2. I noticed the graphic settings on the plugin setup screen, can I show graphics on mine, more specifically is there (or will there be) a graphic equilizer?
Thanks Robo
csabal said:robomonkey said:Hi, just got my vfd working, very cool :lol:
I have the iMon vfd, just wondering about a couple of things,
1. Do I need iMon installed for the vfd to function?
2. I noticed the graphic settings on the plugin setup screen, can I show graphics on mine, more specifically is there (or will there be) a graphic equilizer?
Thanks Robo
Hi,
I'm interesting also....
I have searched trough the forum, did not find any related info...
csab.
private void CloseLcd()
{
if (IsOpen())
{
Close();
}
}
private void CloseLcd()
{
if (IsOpen())
{
Clear();
DisplayLines();
Close();
}
}