Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: LEDWiz RGB LEDS colors question, dark blue??  (Read 2361 times)

0 Members and 1 Guest are viewing this topic.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
LEDWiz RGB LEDS colors question, dark blue??
« on: January 21, 2007, 12:15:12 pm »
For Randy T or anyone that is familiar with the LEDWiz and RGBs.  What setting do I need to make a dark blue using the RGB LEDS?  I know just setting it to blue and intensity 48 is blue but I can't figure out how to get it darker.  I have made yellow, pink, purple but I can't get a dark blue and I know its possible.  Any idea??\

Thanks
I b**ch. People listen!!

QuixoteQuest

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 88
  • Last login:October 18, 2010, 07:24:11 pm
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #1 on: January 21, 2007, 12:34:11 pm »
Well to approximate from a monitor's RGB color space:

Try about 60% intensity on your blue, with about 8-10% each of red and green. Let me know how that works, as I'm interested also in how RGB color space actually maps to the RGB LEDs.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #2 on: January 21, 2007, 12:47:24 pm »
Thanks, I will try this tonight around 9:30 eastern time, I am at work right now.
I b**ch. People listen!!

QuixoteQuest

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 88
  • Last login:October 18, 2010, 07:24:11 pm
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #3 on: January 21, 2007, 01:00:11 pm »
Just drop your blue intensity down by about 10% increments if you need more of a indigo blue rather than the dark cobalt, which I'm thinking the percentages I gave you should approximate.

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #4 on: January 21, 2007, 01:19:20 pm »
The GameEx LEDWiz plugin allows you to see the color of the button in realtime as you adjust the RGB values in the configuration. You could use it to get the color you want.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #5 on: January 21, 2007, 01:55:36 pm »
Thats cool, but I use Mala.  Maybe you can tell the Mala guys how you do that, I requested that feture.
I b**ch. People listen!!

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #6 on: January 21, 2007, 02:04:15 pm »
I know your a Mala user, but I just mentioned the GameEx plugin to help you get the color, then you could use that info to enter it into the Mala LEDWizard app.

Adding the feature to LEDWizard would be easy  and they already know how to communicate to the LEDWiz so they don't need my help. The only thing is the LEDWizard application is separate from the plugin, so the code to communicate to the LEDWiz would probably have to be copied into it.

MYX

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1527
  • Last login:September 18, 2020, 05:00:22 pm
  • Even Jesus loves Donkey Kong!
    • MYX Digital Blog
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #7 on: January 21, 2007, 02:08:48 pm »
Think of it as RGB values like in graphics. If you have full blue, you get bright blue 48 = 100%.
48,48,48, should be white but it does not work that way with the RGB LEDs. It is usually a white pink. So the opposite, 0,0,0 is black. Black is the absence of color. (r,g,b) so if you have 0,0,10 you will have a dark blue, but only as dark as "light" can permit. Mixing color with light is called additive. This is different than stuff like paint where when RGB is mixed it will make black (or yucky brown).

Check this out

If you are using the Ice buttons they are white. So if there is even just a little light in the room it will be perceived as blue white. At dim levels you ave a white ring with a blue center. This is just how it is and no real way to get around it. Personally though, I love how the ice buttons look. They allow for such pure colors.

AFE has a randomize LEDs when it is in screen saver mode. Man, my CP looks like a bowl of skittles.
« Last Edit: January 21, 2007, 02:16:09 pm by MYX »
M    Y    X

BLACKOUT  - Finally rewritten - http://blog.myxdigital.com/
Original BLACKOUT thread - http://forum.arcadecontrols.com/index.php?topic=48239.0

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #8 on: January 21, 2007, 02:38:54 pm »
I know your a Mala user, but I just mentioned the GameEx plugin to help you get the color, then you could use that info to enter it into the Mala LEDWizard app.

Adding the feature to LEDWizard would be easy  and they already know how to communicate to the LEDWiz so they don't need my help. The only thing is the LEDWizard application is separate from the plugin, so the code to communicate to the LEDWiz would probably have to be copied into it.

I guess the plugin requires GameEx right?  If not I would be happy to test it out.
I b**ch. People listen!!

loadman

  • Wiki Contributor
  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #9 on: January 21, 2007, 04:00:41 pm »
Adding the feature to LEDWizard would be easy  and they already know how to communicate to the LEDWiz so they don't need my help. The only thing is the LEDWizard application is separate from the plugin, so the code to communicate to the LEDWiz would probably have to be copied into it.

Happy to help Edge if he wants to add this

I know your a Mala user, but I just mentioned the GameEx plugin to help you get the color, then you could use that info to enter it into the Mala LEDWizard app.

Adding the feature to LEDWizard would be easy  and they already know how to communicate to the LEDWiz so they don't need my help. The only thing is the LEDWizard application is separate from the plugin, so the code to communicate to the LEDWiz would probably have to be copied into it.

I guess the plugin requires GameEx right?  If not I would be happy to test it out.

Headkaze is a helpful guy.  I did some beta testing for him too  ;D

You should not need to install GameEX to use his config Prog

Quote
AFE has a randomize LEDs when it is in screen saver mode. Man, my CP looks like a bowl of skittles.


As mentioned in a software post. This is coming to V2 of the MaLa Plug-in
« Last Edit: January 21, 2007, 04:04:47 pm by loadman »

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #10 on: January 21, 2007, 04:45:41 pm »
I guess the plugin requires GameEx right?  If not I would be happy to test it out.

Actually you do need to install it because you have to run the "Plugin Manager" to get to the configuration for the plugin. You can always un-install it afterwards *shrugs*

Quote
AFE has a randomize LEDs when it is in screen saver mode. Man, my CP looks like a bowl of skittles.


As mentioned in a software post. This is coming to V2 of the MaLa Plug-in

What sort of attract modes are you working on if you don't mind me asking?

edge

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 370
  • Last login:May 08, 2025, 09:08:47 am
  • AttractMode and GroovyArcade rock!
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #11 on: January 21, 2007, 08:26:04 pm »
The GameEx LEDWiz plugin allows you to see the color of the button in realtime as you adjust the RGB values in the configuration. You could use it to get the color you want.

Headkaze - great idea. 

Squirrelly - I'll add this to the list of updates for v2. 


loadman

  • Wiki Contributor
  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #12 on: January 21, 2007, 09:00:08 pm »
Quote
What sort of attract modes are you working on if you don't mind me asking?
For V2?
At the very least just a random display (that is easy and it works)

The code has been written to read and play .LWA files (RandyT's format)  but has a bug (maybe in the timer) and it will crash ~~ 'Sometimes'

I have considered (as you did) hard coding a few sequences as it seems happier to do that...

I wish I had more time to code.  I'm at work . Here I get snippets of time to post in this Forum but I can't code here..   :( and at home the kids want to play with Dad...  ;)
« Last Edit: January 21, 2007, 09:02:14 pm by loadman »

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #13 on: January 21, 2007, 09:30:14 pm »
Hey Edge, any chance you could make it have both the number input for intensity and a slider?  I think a slider might be eaiser to use to see the color on the fly.  What do you think?

Also, does this work fine with nvidia chip sets?  I know MikeQ had a problem with it but got it fixed.  I will see if I can find the original post about it.


Here is the thread if it helps??
http://forum.arcadecontrols.com/index.php?topic=51764.0
« Last Edit: January 21, 2007, 09:43:28 pm by squirrellydw »
I b**ch. People listen!!

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #14 on: January 21, 2007, 10:12:57 pm »
Well to approximate from a monitor's RGB color space:

Try about 60% intensity on your blue, with about 8-10% each of red and green. Let me know how that works, as I'm interested also in how RGB color space actually maps to the RGB LEDs.

tried this and some other things, didn't really get what I wanted.  It does look better with the lights in the room off though.  No biggie, I will wait for version to of the Mala plugin then try again.
I b**ch. People listen!!

edge

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 370
  • Last login:May 08, 2025, 09:08:47 am
  • AttractMode and GroovyArcade rock!
Re: LEDWiz RGB LEDS colors question, dark blue??
« Reply #15 on: January 22, 2007, 01:22:21 pm »
Hey Edge, any chance you could make it have both the number input for intensity and a slider?  I think a slider might be eaiser to use to see the color on the fly.  What do you think?

A slider would be cool.  Added to the v2 list.