An open API service indexing awesome lists of open source software.

https://github.com/victornpb/gamma-table-generator

Calculator for generating gamma brightness lookup tables for driving leds
https://github.com/victornpb/gamma-table-generator

arduino gamma led-controller led-matrix led-strips lookup-table

Last synced: 5 months ago
JSON representation

Calculator for generating gamma brightness lookup tables for driving leds

Awesome Lists containing this project

README

          

# gamma-table-generator
Click here to use it [Online Gamma Table Generator](https://victornpb.github.io/gamma-table-generator/)

-----

Gamma correction is used to correct for the nonlinear relationship between luminance and brightness.

This small application produces a Lookup Table (LUT) with the PWM duty cycles which are gamma corrected to produce linear brightness changes.

## Background
When an LED emits light, gamma correction is used to account for the power-law relationship between luminance and brightness. Although often used interchangeably, luminance and brightness are not synonyms.
>
> Luminance: The emitted light, projected per unit area measured in cd/m² (candela/ meter²).
>
> Brightness: The perceived luminance attributed by the human eye.
>

----

[](https://victornpb.github.io/gamma-table-generator/)