MHVLib  20111011
An efficiency oriented runtime library for AVR microcontrollers
A:/eclipse/mhvlib/MHV_GammaCorrect.cpp File Reference
#include "MHV_GammaCorrect.h"
#include <avr/pgmspace.h>

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

Function Documentation

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.


Variable Documentation

const uint8_t mhv_gammaValues [] PROGMEM

Definition at line 31 of file MHV_GammaCorrect.cpp.