mjocean / PyProcGameHD-SkeletonGame

The current HD VGA Fork of PyProcGame (w/ HW Accel) + SkeletonGame to accelerate new game development
http://pinballprogramming.com
MIT License
14 stars 8 forks source link

LED RGB testingh -- forward vs backwards not the same #3

Open joshkugler opened 8 years ago

joshkugler commented 8 years ago

When moving forward through the list of RGB LEDS, the script starts a G,B,W,R but when you go backwards through the lists (suing flipper buttons), it does it correct R,G,B,W -- no freaking clue why, see nothing in the code to explain this.

scottdanesi commented 8 years ago

This is also happening on my machine. The only reason it is an issue is that when scrolling quickly through your RGB LEDs, you have to wait about 200ms to see which LED you are currently on. Works great going backward using the left flipper button.