MHVLib
20111011
An efficiency oriented runtime library for AVR microcontrollers
|
#include <MHV_Display_Monochrome.h>
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 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 enum mhv_ht1632_command MHV_HT1632_COMMAND |
Definition at line 40 of file MHV_Display_Holtek_HT1632.h.
typedef mhv_ht1632_mode MHV_HT1632_MODE |
Definition at line 48 of file MHV_Display_Holtek_HT1632.h.
enum mhv_ht1632_command |
Definition at line 35 of file MHV_Display_Holtek_HT1632.h.
enum mhv_ht1632_mode |
Definition at line 42 of file MHV_Display_Holtek_HT1632.h.