Dear Bill!
Thank your very much for your explanation. I am not sure if you have undertood me correctly. We have UWP application, with referenced GrovePi library. We are already familiar with all the other sensors. What we are curious about is, how this three specific method work / what should be passed in as a parameter to successfully show the result.
</s>IFourDigitDisplay SetIndividualSegment(byte segment, byte value);
IFourDigitDisplay SetLedsOfSegment(byte segment, byte leds);
IFourDigitDisplay SetScore(byte left, byte right);<e>
We are simply trying to show the number: 1234 on the display. We need an advice what to pass in and which method to use. We were unable to find any useful information (we’ve also chedked Python and C implementations of Grove).
Anyway, thank you for your fast response.