MHVLib  20111011
An efficiency oriented runtime library for AVR microcontrollers
A:/eclipse/mhvlib/MHV_Display_Holtek_HT1632.cpp File Reference
#include <stdio.h>
#include <MHV_Display_Holtek_HT1632.h>
#include <MHV_Shifter.h>

Go to the source code of this file.

Defines

#define MHV_SHIFT_WRITECLOCK   NULL, _port, NULL, _writePin, -1
#define MHV_SHIFT_WRITEDATA   NULL, _port, NULL, _dataPin, -1
#define MHV_SHIFT_ORDER_MSB

Define Documentation

#define MHV_SHIFT_ORDER_MSB

Definition at line 37 of file MHV_Display_Holtek_HT1632.cpp.

#define MHV_SHIFT_WRITECLOCK   NULL, _port, NULL, _writePin, -1

Todo: Use callbacks for writes to the display to allow the SHIFTER macros to be called directly on ports, instead of indirecting - this will save clocks

Definition at line 35 of file MHV_Display_Holtek_HT1632.cpp.

#define MHV_SHIFT_WRITEDATA   NULL, _port, NULL, _dataPin, -1

Definition at line 36 of file MHV_Display_Holtek_HT1632.cpp.