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

Go to the source code of this file.

Defines

#define pixel(pixelRow, pixelCol)   _frameBuffer[pixelRow * _colCount + pixelCol]

Define Documentation

#define pixel (   pixelRow,
  pixelCol 
)    _frameBuffer[pixelRow * _colCount + pixelCol]

Definition at line 31 of file MHV_Display_Monochrome_Buffered.cpp.