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
- Host: GitHub
- URL: https://github.com/victornpb/gamma-table-generator
- Owner: victornpb
- Created: 2019-11-17T21:07:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T20:13:03.000Z (almost 6 years ago)
- Last Synced: 2025-03-31T11:35:36.630Z (6 months ago)
- Topics: arduino, gamma, led-controller, led-matrix, led-strips, lookup-table
- Language: HTML
- Homepage: https://victornpb.github.io/gamma-table-generator/
- Size: 9.77 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)