![]() |
2010-01-17
, 17:16
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#12
|
This pattern would:
02ff (quickly fade-in to full brightness)
03ff (quickly fade out)
02ff (quickly fade-in to full brightness)
03ff (quickly fade out)
7f00 (pause)
7f00 (pause)
7f00 (pause)
4200 (set brightness to zero - redundant since it's already at zero)
cd /sys/class/i2c-adapter/i2c-2/2-0032 echo "load" > engine1_mode sleep 1 echo "9d80400002ff03ff02ff03ff7f007f000000" > engine1_load echo "run" > engine1_mode
The Following 4 Users Say Thank You to v13 For This Useful Post: | ||
![]() |
2010-01-17
, 18:21
|
Posts: 117 |
Thanked: 10 times |
Joined on Oct 2009
@ Wolverhampton
|
#13
|
![]() |
2010-01-17
, 18:50
|
Posts: 71 |
Thanked: 88 times |
Joined on Dec 2009
|
#14
|
The Following User Says Thank You to Cas07 For This Useful Post: | ||
![]() |
2010-01-17
, 19:00
|
Posts: 117 |
Thanked: 10 times |
Joined on Oct 2009
@ Wolverhampton
|
#15
|
You would need to be logged in as root from the console but I really think that if you do not know how to access the file it might be quite dangerous for you to be low level tinkering as there is a real risk of rendering the device unusable.
![]() |
2010-01-17
, 19:09
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#16
|
The Following User Says Thank You to ossipena For This Useful Post: | ||
![]() |
2010-01-17
, 20:39
|
Posts: 755 |
Thanked: 406 times |
Joined on Feb 2008
@ UK
|
#18
|
The Devil that is an Angel ... WTF???