psieg / Lightpack

Lightpack and Prismatik open repository
GNU General Public License v3.0
1.59k stars 190 forks source link

How can i turn off the led light after the computer been shut down? (Adalight) #590

Open gu1chen opened 1 year ago

gu1chen commented 1 year ago

The light keeps on in a single color after i shut down my computer, it really bothers me in days. I have to turn off the power supply additionally to make sure the lights off with computer at the same time.... All the function is working great, i lreally love the screen grabing, thanks for your job Can you help with my issues? Attach with my settiungs 屏幕截图 2023-05-28 214935 屏幕截图 2023-05-28 214922 屏幕截图 2023-05-28 214853

Exioncore commented 1 year ago

image Making sure all those "Keep lights ON after ..." are unticked should make them turn off on shutdown? Personally though, I configured my Adalight firmware to shut off the lights after 5 seconds of no signal.

gu1chen commented 1 year ago

Yeah...I have tried to turn off those "keep lights on"s,but it doesn't help at all. The light will just back to life after 3 or 5 seconds when there's no signal receiving from screen. How to configue by the way?That sounds like the right solution🤔

zomfg commented 1 year ago

from your description sounds like that's the way your device/firmware handles the no-signal situation I'd look for alternative firmwares or a way to configure the current one

HandsomGhost commented 1 year ago

image Making sure all those "Keep lights ON after ..." are unticked should make them turn off on shutdown? Personally though, I configured my Adalight firmware to shut off the lights after 5 seconds of no signal.

You mind sharing how you configured the Adalight firmware to shut off the lights after 5 seconds of no signal or the firmware. I'm having the same problem, thanks.

Exioncore commented 1 year ago

image Making sure all those "Keep lights ON after ..." are unticked should make them turn off on shutdown? Personally though, I configured my Adalight firmware to shut off the lights after 5 seconds of no signal.

You mind sharing how you configured the Adalight firmware to shut off the lights after 5 seconds of no signal or the firmware. I'm having the same problem, thanks.

This is a version of the Adalight firmware: https://github.com/dmadison/Adalight-FastLED/blob/master/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino

The SerialTimeout value determines how many seconds without serial data need to elapse before turning the lights off. You will also need to configure correctly the Num_Leds, LED_TYPE, COLOR_ORDER and PIN_DATA.

gu1chen commented 1 year ago

it's weird but after changed my graphic card from RTX3080 to RX7900XTX,this issue fixed...I don't know why but It's happened...

---Original--- From: @.> Date: Fri, Nov 10, 2023 05:14 AM To: @.>; Cc: @.**@.>; Subject: Re: [psieg/Lightpack] How can i turn off the led light after thecomputer been shut down? (Adalight) (Issue #590)

Making sure all those "Keep lights ON after ..." are unticked should make them turn off on shutdown? Personally though, I configured my Adalight firmware to shut off the lights after 5 seconds of no signal.

You mind sharing how you configured the Adalight firmware to shut off the lights after 5 seconds of no signal or the firmware. I'm having the same problem, thanks.

This is a version of the Adalight firmware: https://github.com/dmadison/Adalight-FastLED/blob/master/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino

The SerialTimeout value determines how many seconds without serial data need to elapse before turning the lights off. You will also need to configure correctly the Num_Leds, LED_TYPE, COLOR_ORDER and PIN_DATA.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

HandsomGhost commented 12 months ago

image Making sure all those "Keep lights ON after ..." are unticked should make them turn off on shutdown? Personally though, I configured my Adalight firmware to shut off the lights after 5 seconds of no signal.

You mind sharing how you configured the Adalight firmware to shut off the lights after 5 seconds of no signal or the firmware. I'm having the same problem, thanks.

This is a version of the Adalight firmware: https://github.com/dmadison/Adalight-FastLED/blob/master/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino

The SerialTimeout value determines how many seconds without serial data need to elapse before turning the lights off. You will also need to configure correctly the Num_Leds, LED_TYPE, COLOR_ORDER and PIN_DATA.

How would you install? I was looking on the FastLED Github and not too sure. Thanks for the respond