McMajan Library Pack  v 2.00
Improve your Arduino !
Ss_hc595.h File Reference
+ Include dependency graph for Ss_hc595.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hc595
 

Macros

#define SetBackLight(a, b, c)   Lcd_SetFreePin(a,b,c)
 
#define DisplayClean(a)   SendLcdCommand(LCD595_DISPLAY_CLEAR,a);
 
#define LCD595_DISPLAY_CLEAR   1
 
#define LCD595_DISPLAY_ON_CB   15
 
#define LCD595_DISPLAY_ON_C   14
 
#define LCD595_DISPLAY_ON_B   13
 
#define LCD595_DISPLAY_ON   12
 
#define LCD595_DISPLAY_OFF   8
 
#define LCD595_BASIC_DISPLAY_INIT   32
 
#define LCD595_USEFONT_5X10   4
 
#define LCD595_MORELINES   8
 

Macro Definition Documentation

§ DisplayClean

#define DisplayClean (   a)    SendLcdCommand(LCD595_DISPLAY_CLEAR,a);

Definition at line 23 of file Ss_hc595.h.

§ LCD595_BASIC_DISPLAY_INIT

#define LCD595_BASIC_DISPLAY_INIT   32

Definition at line 35 of file Ss_hc595.h.

§ LCD595_DISPLAY_CLEAR

#define LCD595_DISPLAY_CLEAR   1

Definition at line 25 of file Ss_hc595.h.

§ LCD595_DISPLAY_OFF

#define LCD595_DISPLAY_OFF   8

Definition at line 32 of file Ss_hc595.h.

§ LCD595_DISPLAY_ON

#define LCD595_DISPLAY_ON   12

Definition at line 31 of file Ss_hc595.h.

§ LCD595_DISPLAY_ON_B

#define LCD595_DISPLAY_ON_B   13

Definition at line 30 of file Ss_hc595.h.

§ LCD595_DISPLAY_ON_C

#define LCD595_DISPLAY_ON_C   14

Definition at line 29 of file Ss_hc595.h.

§ LCD595_DISPLAY_ON_CB

#define LCD595_DISPLAY_ON_CB   15

Definition at line 28 of file Ss_hc595.h.

§ LCD595_MORELINES

#define LCD595_MORELINES   8

Definition at line 37 of file Ss_hc595.h.

§ LCD595_USEFONT_5X10

#define LCD595_USEFONT_5X10   4

Definition at line 36 of file Ss_hc595.h.

§ SetBackLight

#define SetBackLight (   a,
  b,
 
)    Lcd_SetFreePin(a,b,c)

Definition at line 22 of file Ss_hc595.h.