MHVLib
20111011
An efficiency oriented runtime library for AVR microcontrollers
|
Go to the source code of this file.
Functions | |
uint8_t | mhv_calculatedGammaCorrect (uint8_t value) |
uint8_t | mhv_precalculatedGammaCorrect (uint8_t value) |
Variables | |
const uint8_t mhv_gammaValues[] | PROGMEM |
uint8_t mhv_calculatedGammaCorrect | ( | uint8_t | value | ) |
Definition at line 71 of file MHV_GammaCorrect.cpp.
uint8_t mhv_precalculatedGammaCorrect | ( | uint8_t | value | ) |
Definition at line 80 of file MHV_GammaCorrect.cpp.
const uint8_t mhv_gammaValues [] PROGMEM |
Definition at line 31 of file MHV_GammaCorrect.cpp.