Monthly Archives - July 2022

16 Bit LEDs make the world more beautiful

As the human eye can only discern about 10 million different colors, this sounds like a lot. But if you consider that a neutral (single color) gradient can only have 256 different values, you will quickly understand why similar tones in an 8-bit image can cause artifacts. Those artifacts are called posterization. Similarly the 16-bit setting (BPC) would result in 48-bits per pixel (BPP). The available number of pixel values here is mind boggling (2^48). More than 16 million times [...]

The difference between 8-bit and 16-bit ?

’BIT DEPTH’ AND ‘BIT SIZE’ A ‘bit’ is a computer term for data storage. It can only contain two values, typically 0 or 1. 8-bit simply means the data chunk is 8 bits in total (or 2 to the power of 8, as each bit can be either ‘1’ or ‘0’). This allows for numeric values ranging from 0 to 255. Similarly 16-bit means the data size is 16 bits in total. (or 2 to the power of 16) This allows for [...]

how to driver HD108 LEDs

Hi everyone, Newstar has a new chip with the same footprint as the APA102/APA107/HD107s. The special thing about it is: it can do 16 bit per channel! It is also superior to the (already pretty great) APA102 in two other ways: it has 27KHz PWM and it undestands 3.0V as logic level “HIGH”, so you could drive it at 5V and have 3.3V logic voltage without any tricks. 16bit is probably a major change to FastLED, but I think it [...]