MHVLib  20111011
An efficiency oriented runtime library for AVR microcontrollers
A:/eclipse/mhvlib/MHV_Display_Holtek_HT1632.h File Reference

Go to the source code of this file.

Classes

class  MHV_Display_Holtek_HT1632

Defines

#define MHV_HT1632_BRIGHTNESS_MIN   0
#define MHV_HT1632_BRIGHTNESS_MED   7
#define MHV_HT1632_BRIGHTNESS_MAX   15

Typedefs

typedef enum mhv_ht1632_command MHV_HT1632_COMMAND
typedef mhv_ht1632_mode MHV_HT1632_MODE

Enumerations

enum  mhv_ht1632_command { MHV_HT1632_COMMAND_READ = 0b110, MHV_HT1632_COMMAND_WRITE = 0b101, MHV_HT1632_COMMAND_CMD = 0b100 }
enum  mhv_ht1632_mode { MHV_HT1632_NMOS_32x8 = 0b00, MHV_HT1632_NMOS_24x16 = 0b01, MHV_HT1632_PMOS_32x8 = 0b10, MHV_HT1632_PMOS_24x16 = 0b11 }

Define Documentation

#define MHV_HT1632_BRIGHTNESS_MAX   15

Definition at line 33 of file MHV_Display_Holtek_HT1632.h.

#define MHV_HT1632_BRIGHTNESS_MED   7

Definition at line 32 of file MHV_Display_Holtek_HT1632.h.

#define MHV_HT1632_BRIGHTNESS_MIN   0

Definition at line 31 of file MHV_Display_Holtek_HT1632.h.


Typedef Documentation

Definition at line 40 of file MHV_Display_Holtek_HT1632.h.

Definition at line 48 of file MHV_Display_Holtek_HT1632.h.


Enumeration Type Documentation

Enumerator:
MHV_HT1632_COMMAND_READ 
MHV_HT1632_COMMAND_WRITE 
MHV_HT1632_COMMAND_CMD 

Definition at line 35 of file MHV_Display_Holtek_HT1632.h.

Enumerator:
MHV_HT1632_NMOS_32x8 
MHV_HT1632_NMOS_24x16 
MHV_HT1632_PMOS_32x8 
MHV_HT1632_PMOS_24x16 

Definition at line 42 of file MHV_Display_Holtek_HT1632.h.