PT6958 led driver library(SPI)

Wrote a library for the PT6958 led driver via SPI.

Code can be found on Github - GitHub - olegel/Arduino-PT6958: PT6958 led driver Arduino library

Thanks for your contribution to the Arduino project!

Hi,

Thanks for this library!

For some unknown reason, I can make all my segments light up, except the h-segment (the dot)
As an example, I am using the statement ledDriver.Set(0, 0x80); which should light up the dot on the first digit of my LED display.

The dot-LED is definitely working when I am connecting it with just fix cabling.
I am using LFD4952-20/SRP115-PF from LigiTek as the LED display.

Any idea why?