Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
VFD Brightness Control?
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
VFD Brightness Control?
Can LCD Smartie control the brightness of the VFD? I have a Noritake ISE Elecronics CU24025ECPB-U1J 2 X 24 VFD and it has 4 Levels of software brightness can I controll that through LCD Smartie?
-
- Developer
- Posts: 233
- Joined: February 17th, 2006, 3:23 pm
- Location: Twin Cities, Minnesota, USA
- Contact:
-
- Posts: 22
- Joined: May 10th, 2006, 7:48 pm
Futaba VFD driver
Nothing has been broken, I've just added new functionality. Brightness can be changed in 5 steps from no backlight to maximum.
Look into your mailbox on fastec.com. I've just sent you a rar with the driver.
Look into your mailbox on fastec.com. I've just sent you a rar with the driver.
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: Futaba VFD driver
Can you upload this driver here in order to help more people? (use the attach functionEugene wrote:Nothing has been broken, I've just added new functionality. Brightness can be changed in 5 steps from no backlight to maximum.
Look into your mailbox on fastec.com. I've just sent you a rar with the driver.

-
- Developer
- Posts: 233
- Joined: February 17th, 2006, 3:23 pm
- Location: Twin Cities, Minnesota, USA
- Contact:
Here is the compiled image. I will include it in the official release when we do that....
http://www.fast351.com/hometheater/htpc ... FD_LCD.dll
(Couldn't figure out how to attach a file...)
http://www.fast351.com/hometheater/htpc ... FD_LCD.dll
(Couldn't figure out how to attach a file...)
-
- Posts: 22
- Joined: May 10th, 2006, 7:48 pm
lazybones
Fast351
I made a solution for brightness control in actions:
FutabaVFD_LCD.dll can decrement brightness level from maximum to no backlight and back to maximum. This feature is included in the dll that I sent to you earlier. In addition I made a special dll that can be called in actions. This dll uses display driver function SetBrightness(-1). I sent this dll to you by e-mail because I can't attach files here.
Put the dll into plugins directory and add this action: If $dll(hotkey,1,,) > 0 then $dll(DecBrightness,1,FutabaVFD_LCD.dll,)
Please take into account that this is rather experimental.
P.S. You need hotkey.dll to use global hotkeys.
Fast351
I made a solution for brightness control in actions:
FutabaVFD_LCD.dll can decrement brightness level from maximum to no backlight and back to maximum. This feature is included in the dll that I sent to you earlier. In addition I made a special dll that can be called in actions. This dll uses display driver function SetBrightness(-1). I sent this dll to you by e-mail because I can't attach files here.
Put the dll into plugins directory and add this action: If $dll(hotkey,1,,) > 0 then $dll(DecBrightness,1,FutabaVFD_LCD.dll,)
Please take into account that this is rather experimental.
P.S. You need hotkey.dll to use global hotkeys.