MHVLib
20111011
An efficiency oriented runtime library for AVR microcontrollers
|
#include <inttypes.h>
#include <math.h>
#include <avr/pgmspace.h>
Go to the source code of this file.
Defines | |
#define | MHV_PRECALCULATED_GAMMA_CORRECT(gammaValue) pgm_read_byte(mhv_gammaValues + gammaValue) |
Functions | |
uint8_t | mhv_calculatedGammaCorrect (uint8_t value) |
uint8_t | mhv_precalculatedGammaCorrect (uint8_t value) |
#define MHV_PRECALCULATED_GAMMA_CORRECT | ( | gammaValue | ) | pgm_read_byte(mhv_gammaValues + gammaValue) |
Definition at line 37 of file MHV_GammaCorrect.h.
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.