MityDSP Documentation Index

e:/hudson/workspace/MityDSP MDK Release/trunk/sw/inc/core/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

Defines

#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.

Define Documentation

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

Utility macro to round away from zero.

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

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


  
Generated on Fri Sep 23 16:33:43 2011 for MityDSP Core by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.