17.10.2024, 13:03
I still think I'm right about the 6 bit DALI RGBW DPT...
But anyways, your xytorgb() works very good. I have not been comparing input and output, because that doesn't really matter, but I just noticed that for different green colours, I usually get the same feedback anyways...
rgb(0 149 48) gives me x=11049, y=44152
rgb(0 255 0) gives me x=11299, y=48940
But running both these coordinates through xytorgb() gives me 0,255,0 as feedback...
As I wrote, I understand that it's impossible to match input and feedback 100%, but I feel this should have been better..?
What do you think?
But anyways, your xytorgb() works very good. I have not been comparing input and output, because that doesn't really matter, but I just noticed that for different green colours, I usually get the same feedback anyways...
rgb(0 149 48) gives me x=11049, y=44152
rgb(0 255 0) gives me x=11299, y=48940
But running both these coordinates through xytorgb() gives me 0,255,0 as feedback...
As I wrote, I understand that it's impossible to match input and feedback 100%, but I feel this should have been better..?
What do you think?