![]() |
Re: Another LED pattern thread
Quote:
Quote:
|
Re: Another LED pattern thread
Quote:
The step time (bits 0x3e00) is zero, so maybe the prescale bit (0x4000) and the sign bit (0x0100) are just ignored and 0x40yy / 0x41yy / 0x01yy commands have the same effect? |
Re: Another LED pattern thread
You're right. 00ff seems to do exactly the same thing.
If I'd had to guess 00ff should've increased immediately (in one step) and 01ff decreased immediately to obey the 'even is increase, odd is decrease' rule. |
Re: Another LED pattern thread
Quote:
woopee it did work, does it 3 times and around 4-5 sec pause and starts agen. A police-siren style pattern, This pattern fades between red and blue x3 and pauses for 5sec's and starts agen Code:
PatternCommunicationEmail=30;1;0;rB;9d8004ff05ffe004e10004ff05ffe004e10004ff05ffe004e10071080000;9d80e08004ff05ffe002e08004ff05ffe002e08004ff05ffe0020000 |
Re: Another LED pattern thread
for 01ff code step time according my description is 0
i think all * step time 0 actually set brightness * 40 , 41 , 00, 01 40, 41 mean prescale 1 41 ,01 mean down but, as i say, all have step time =0 it can be a hardware mechanism doing set brightness when bits5:1=0 making loops command is a000 + 80 * times + start_loop_step_number calculations are done in hexadecimal format legal values : start_loop_step_number = 0-15 decimal ( 0 - f hexa ) but 15 is stupid times = 0 - 63 decimal ( 0 -3f hexa ) , 0 mean infinite loop example of simple loops commands a180 repeat 3 times from beginning ( step 0 ) a281 repeat 5 times from step 1 so acording to this "police with pause" will become Code:
rB;9d8002ff03ffe004e100a1817f0b0000;9d80e08002ff03ffe0020000 notice: 1 step is always executed and 3 times loop will result 4 runs of pattern 7f0b = pause 5 sec new commands not found in wiki tip very often we choose consecutive triggers like e004e100 or e080e002 they can be combined in one command only if they are consecutive e004e100 become e104 e080e002 become e082 so the shortest "police" with 4 runs + 5 sec pause is Code:
rB;9d8002ff03ffe104a1817f0b0000;9d80e08002ff03ffe0020000 Playing more with loops SOS pattern Code:
R;9d80e104150fa101e104a104150fa104e104150fa1087f0b0000;9d80e08040ff140f4000e0020000 |
Re: Another LED pattern thread
How can i get this pattern to flash White + Blue (same as the one below but White not red)
and also a pattern to flash Yellow + Blue (same as the one below but Yellow not red) I have been at this for hours. so thought i should ask for some help befoe i trash my n900 A police-siren style pattern, This pattern fades between red and blue x3 and pauses for 5sec's and starts agen Code: Code:
PatternCommunicationEmail=30;1;0;rB;9d8004ff05ffe004e10004ff05ffe004e10004ff05ffe004e10071080000;9d80e08004ff05ffe002e08004ff05ffe002e08004ff05ffe0020000 |
Re: Another LED pattern thread
yellow - blue
Code:
rgB;9d8004ff05ffe104a10171080000;9d80e08004ff05ffe00020000 Code:
rgB;9d80e00404ff05ffe100a10171080000;9d80e08004ff05ffa082e0020000 |
Re: Another LED pattern thread
yeah and I'm trying for hours to get a flashing pink and white or pink and light-blue....Could PLEASE anyone post that up for me, I can't get it managed.
I have only a normal pink led if you neet the code i could post it have it copied from the first led thread. Thank you |
Re: Another LED pattern thread
Quote:
|
Re: Another LED pattern thread
this one is cool:
Cehteh's patterns with some comments Same as PatternDeviceOn, but white: (Slow dark glowing in white, never goes fully off, so you can locate the device in the dark: ) Code:
PatternBatteryFull=40;3;0;rgb;9d804001620863087f007f007f007f007f007f007f007f007f007f007f000000;9d800000 |
Re: Another LED pattern thread
Quote:
Just need to get these new codes added to http://wiki.maemo.org/LED_patterns#C...-Made_Patterns |
Re: Another LED pattern thread
@f2thak
i like this Code:
rgb;9d80401012b013b00000;9d800000 because police patterns are so populars, here you have almost all ( ? ) "Police" patterns. pattern Code:
;9d80e00404ff05ffe100a10171080000;9d80e08004ff05ffa082e0020000 RgB > white - pink rGB > white - cyan RGb > white - yellow rGb > white -green Rgb > white - red rgB > white - blue rB > blue - pink gB > blue -cyan rG > green - yellow ( almost orange ) bG > green - cyan bR > red - pink gR > red - yellow pattern Code:
;9d8004ff05ffe104a10171080000;9d80e08004ff05ffe00020000 rG > red - green rB > blue - red gB > blue - green rgB > blue - yellow rbG > green - pink gbR > red -cyan |
Re: Another LED pattern thread
Why you dont use a LedPattern application in repository?
|
Re: Another LED pattern thread
didnt know there was a pp gonna give it a try. cheers
|
Re: Another LED pattern thread
Quote:
EDIT: ive fixed it with the app below.... Quote:
"LED Pattern Editor" |
Re: Another LED pattern thread
Looks like ph5 has been busy :)
|
Re: Another LED pattern thread
Quote:
|
Re: Another LED pattern thread
nice app . i like maemo style.
my sugestions make another icon drop stupid 512 long "combo box" . put a dial pad for input step numbers. for time we can deal (?) with 62 length scale :mad: add labels ( numbers ) for commands and count them no more 14 ( 15) ( pattern have at least 9d80 and 0000 is optional only when loop pattern from beginning ) . you need them when looping . make font for figures larger instead of time & step when you add second engine if one led ( color ) is chosen in engine 1 remove it as option in engine 2. don't ignore one step trigger&wait e104 triger 2 + wait from 2 e082 trigger 1 + wait from 1 when a trigger is detected in the pattern split graphic in 2 scales, one below, and add an arrow pointing to triggered engine |
Re: Another LED pattern thread
Using second engine as a timer
when a fast blinking led is wanted is easyer to aceive result in folowing mode: first engine 9d80 refresh 40ff set max bright . can adjust here brightnes e104 trig & wait engine 2. at this point engine stop and wait response from 2 4000 set 0 bright e104 trig & wait 0000 go to begining second engine 9d80 0550 this step add a 0x50 ( 80 ) steps of 1 ms pause . adjust here blink rate e082 trig & wait from 1 0000 go to begining this is a simetric light - dark pattern and with only 2 parameters we can adjust behavior of led ( color ) i use on phone call because it is annoying and dont want to miss at a glance pattern Code:
r;9d8040ffe1044000e1040000;9d800550e0820000 |
Re: Another LED pattern thread
Quote:
Please check out Clean way to add/remove LED patterns to mce.ini -thread And the tool itself: mce_ledpattern.py EDIT: Just noticed that it was you commenting on the thread (yes, tired...) |
Re: Another LED pattern thread
I just found out the meaning (or one meaning) of the
Code:
PatternCommonNotification Yesterday, when I received my first GTalk video chat call, that yellow pattern started to flash! So at least GTalk video chat fires PatternCommonNotification. |
Re: Another LED pattern thread
Just in case someone is interested in having simple visuals for SMS, Call and E-mail that don't stand out too much:
PatternCommunicationCall=30;1;0;bG;9d8002ff03ff02f f03ffe00440007f00e1000000;9d80e08002ff09ff7f007f00 7f00e00240000000 PatternCommunicationSMS=30;1;0;bRG;9d8002ff03ff02f f03ffe00440007f00e1000000;9d80e08002ff09ff7f007f00 7f00e00240000000 PatternCommunicationEmail=30;1;0;bR;9d8002ff03ff02 ff03ffe00440007f00e1000000;9d80e08002ff09ff7f007f0 07f00e00240000000 All have two fast blue flashes (like normal info on those) plus distinctive colour for each - this makes it easy to tell if there is just e-mail or important sms/call that requires attention. Nice to have on meetings where unnecessary juggling with phone is awkward. E-mail is blueblue-red SMS blueblue-"yellow" Call is blueblue-red Alter colours as you find appropriate. edit: Some odd spaces in the middle, remove all. |
Re: Another LED pattern thread
I use WHITE<->RED alternating on infinite for SMS, WHITE<->BLUE alternating on infinite for emails and WHITE<->PINK alternating on infinite for IM. Works good.
|
Re: Another LED pattern thread
Could someone help me a bit? I have been trying to study those led patterns, but I happen to be too stupid to fully understand. I have managed to change the notification led colors to little bit Jolla-like way:
- for missed calls green led blinking (default pattern) - for SMS/IM blue led blinking (default pattern) - for email white led blinking (default pattern) - those above override "battery charging" and "battery full" leds which are otherwise default Now I'd like to change the led blinking pattern for missed call/sms/im to little bit more frequent. I feel the default blink (2 short blinks, then longer pause) a bit too slow. When I pick my phone from pocket to give it a glimpse to ensure that I haven't missed anything important, I have to watch the led for few seconds (which is too long time :D) to be sure. I'm not looking anything too fancy; no police siren type patterns or even breathing leds. Just some boring once-per-second blinking or so. How to do that? At the moment my patterns are default (apart from the colors), so they should be like given here: https://wiki.maemo.org/LED_patterns#...for_Nokia_N900 |
Re: Another LED pattern thread
Infinity blink
PatternCommunicationCall=0;5;0;b;9d804000670067004 0ff330033000000;9d800000 Change both 67 for led 'off' state, and both 33 for led 'on' state. Faster blinking with longer flash: PatternCommunicationCall=0;5;0;b;9d804000550055004 0ff450045000000;9d800000 Enjoy |
Re: Another LED pattern thread
Quote:
|
All times are GMT. The time now is 04:57. |
vBulletin® Version 3.8.8