btuduri / palibds

Automatically exported from code.google.com/p/palibds
0 stars 0 forks source link

PA_SetScreenLight stops LED blinking in WiFi mode #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open PAlibExamples\wifi\HTTP
2. Add this line to the While(1) loop:
   if(Pad.Newpress.A) PA_SetScreenLight(0,0);
3. Start it, check the LED (it's blinking), press A, check the LED again 
(it's NOT blinking anymore)

What version of PAlib are you using ?
Latest beta

Testing on DS or emulator ?
DS & DSL

Please provide any additional information below.

Original issue reported on code.google.com by freem...@gmail.com on 2 Sep 2006 at 10:36

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Molo...@gmail.com on 2 Sep 2006 at 3:35

GoogleCodeExporter commented 9 years ago
This is out of our control most likely as the blinking is done by sgtstair's 
wifi
lib.  Maybe  PA_SetScreenLight should check for wifi being enabled and prevent 
it
from being used, which would allow the blinking to continue on.

Original comment by elhob...@gmail.com on 3 Sep 2006 at 7:37

GoogleCodeExporter commented 9 years ago
I think it works in the latest beta, though I would need confirmation

Original comment by Molo...@gmail.com on 1 Oct 2006 at 8:14

GoogleCodeExporter commented 9 years ago

Original comment by Molo...@gmail.com on 1 Oct 2006 at 4:32