View Single Post
pH5's Avatar
Posts: 138 | Thanked: 375 times | Joined on Aug 2009 @ Berlin
#76
Originally Posted by Zekahz View Post
I would acctualy like to combine the colors white and blue but this is impossible since white uses all the colors right?
You can set one channel to blue and one to yellow (red+green). Light up blue+yellow at the same time to get white. Try pasting the following pattern for a start:
Code:
PatternExample=254;0;0;RGb;9d8002ff03ff6000e004047f057f6000e0040000;9d804000e080047f057fe0800000
Originally Posted by Spotfist View Post
the message that is desplayed before saving "if you get this wrong your phone is dead" how series can this be? I don't wana brick my phone, if I can "test" the pattern and it shows working then am I ok?

I had a look on the wiki but there wasn't much info about it... Any tips on what not to do would be greatfull
In theory, the worst case scenario would be a bug in the LED pattern editor where it writes a broken mce.ini that causes a mce startup failure (and thus possibly reboot loop).
In practice, I've been careful to abort early enough if there are inconsistencies. By now, the program has been tested by quite a few people, and so far nobody has been able to make it fail (and lived to tell about it). I should just remove that warning instead of needlessly scaring people.