porsager / busylight

node library for busylight
49 stars 17 forks source link

Change the light intensity #18

Closed GregorBiswanger closed 5 years ago

GregorBiswanger commented 5 years ago

First of all, best thanks for the great work of you!

How I can change the light intensity? For example, the green is very weak.

Cheers, Gregor

porsager commented 5 years ago

Hi Grigor. Thanks ;)

I think there was a change in the latest busylight version that does RGB values a bit differently, but I haven't got one on hand to test it, but it's probably because the wrong values are sent even when doing something like busylight.light('#00FF00').

Have you tried playing around with the degamma option?

GregorBiswanger commented 5 years ago

Cool! Thanks that helps... I will write TypeScript TypeDefinition files for you.. :)

porsager commented 5 years ago

Neat :) thanks!

GregorBiswanger commented 5 years ago

Pull Request with TypeScript support has been submitted. :)