![]() |
McMajan Library Pack
v 2.00
Improve your Arduino !
|
#include "Ss_McMajan_Config.h"
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 |
#define DisplayClean | ( | a | ) | SendLcdCommand(LCD595_DISPLAY_CLEAR,a); |
Definition at line 23 of file Ss_hc595.h.
#define LCD595_BASIC_DISPLAY_INIT 32 |
Definition at line 35 of file Ss_hc595.h.
#define LCD595_DISPLAY_CLEAR 1 |
Definition at line 25 of file Ss_hc595.h.
#define LCD595_DISPLAY_OFF 8 |
Definition at line 32 of file Ss_hc595.h.
#define LCD595_DISPLAY_ON 12 |
Definition at line 31 of file Ss_hc595.h.
#define LCD595_DISPLAY_ON_B 13 |
Definition at line 30 of file Ss_hc595.h.
#define LCD595_DISPLAY_ON_C 14 |
Definition at line 29 of file Ss_hc595.h.
#define LCD595_DISPLAY_ON_CB 15 |
Definition at line 28 of file Ss_hc595.h.
#define LCD595_MORELINES 8 |
Definition at line 37 of file Ss_hc595.h.
#define LCD595_USEFONT_5X10 4 |
Definition at line 36 of file Ss_hc595.h.
#define SetBackLight | ( | a, | |
b, | |||
c | |||
) | Lcd_SetFreePin(a,b,c) |
Definition at line 22 of file Ss_hc595.h.