MityDSP Documentation Index
Classes | Namespaces | Macros
DspDisplay.h File Reference
#include "core/DspFont.h"

Classes

class  MityDSP::tcDspDisplay
 The tcDspDisplay class allows the user to draw, erase, write text and bitmaps on a simple memory mapped display interface. More...
struct  MityDSP::tcDspDisplay::tsScreenCoords
 Structure used to store screen coordinates (in pixels). More...
struct  MityDSP::tcDspDisplay::tsScreenOffset
 Structure used to store screen offsets (in pixels). More...

Namespaces

namespace  MityDSP

Macros

#define tcDspDisplay_H
#define ROUND(x)   (((x) < 0.0) ? ((int)((x) - 0.5)) : ((int)((x) + 0.5)))
 Utility macro to round away from zero.
#define NUM_BYTES(x)   (((x) + 7) / 8)
 Utility macro to convert a number of bits to the number of bytes required to store it.

Macro Definition Documentation

#define tcDspDisplay_H
#define ROUND (   x)    (((x) < 0.0) ? ((int)((x) - 0.5)) : ((int)((x) + 0.5)))

Utility macro to round away from zero.

#define NUM_BYTES (   x)    (((x) + 7) / 8)

Utility macro to convert a number of bits to the number of bytes required to store it.


  
Generated on Mon Apr 22 2013 11:33:02 for MityDSP Core by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.