mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
491 B
Plaintext
12 lines
491 B
Plaintext
menu "Example Configuration"
|
|
|
|
config GAMMA_CORRECTION_WITH_LUT
|
|
bool "Use look up table to do gamma correction"
|
|
default n
|
|
help
|
|
By default, the gamma correction in the example is through math power operation. This requires computation
|
|
on embedded system. With this option enabled, gamma correction will be based on a look up table. Note that,
|
|
the look up table provided in the example is only for a Gamma factor of 2.6.
|
|
|
|
endmenu
|