does anyone have a way to turn off the backlight after a few seconds? Ive tried to use the timer plugin, but the only one i found counts up to a certain time. I think i could eventually get it to work using algebraic functions, but i was hoping someone has it figured out already.
Any suggestions?
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
Timed display question
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Posts: 48
- Joined: December 18th, 2005, 5:50 am
-
- Posts: 48
- Joined: December 18th, 2005, 5:50 am
After playing with this plugin for a bit, i can make a few suggestions. While this plugin works great for the winamp status as was mentioned in the readme file, it doesnt work as well for other things. I have it set up (as a test) with the hotkey plugin:
$dll(hotkey,3,,) > 0 then BacklightToggle
$dll(escalate.dll,1,30,$dll(hotkey,3,,)) = 0 then BacklightToggle
this action combination should turn the backlight on when hotkey 3 is pressed, and shut it off after a period of time, but it doesnt work.
Did i set it up correctly?
Other than that, this is a great plugin, Thanks Limbo!
$dll(hotkey,3,,) > 0 then BacklightToggle
$dll(escalate.dll,1,30,$dll(hotkey,3,,)) = 0 then BacklightToggle
this action combination should turn the backlight on when hotkey 3 is pressed, and shut it off after a period of time, but it doesnt work.
Did i set it up correctly?
Other than that, this is a great plugin, Thanks Limbo!
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
I didn't had on my mind the toggle function and co-operation with other command when I coded down this dll.
I tried to make a quick solution for your needs because I found it smart idea...
In next version I 'll try to fix these bugs and make it more flexible but for now the alpha version is best I can (no time to start coding again).

I tried to make a quick solution for your needs because I found it smart idea...

In next version I 'll try to fix these bugs and make it more flexible but for now the alpha version is best I can (no time to start coding again).