Subversion Repositories Code-Repo

Rev

Rev 237 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 237 Rev 241
Line 17... Line 17...
17
#define YELLOW 0x08F,0x08F,0x000
17
#define YELLOW 0x08F,0x08F,0x000
18
#define GREEN  0x000,0x08F,0x000
18
#define GREEN  0x000,0x08F,0x000
19
#define TEAL   0x000,0x08F,0x08F
19
#define TEAL   0x000,0x08F,0x08F
20
#define BLUE   0x000,0x000,0x08F
20
#define BLUE   0x000,0x000,0x08F
21
#define PURPLE 0x08F,0x000,0x08F
21
#define PURPLE 0x08F,0x000,0x08F
-
 
22
#define WHITE  0x0FF,0x0FF,0x0FF
22
 
23
 
23
// Control Pin Declarations
24
// Control Pin Declarations
24
#define SFT_D_TRIS TRISBbits.TRISB15
25
#define SFT_D_TRIS TRISBbits.TRISB15
25
#define SFT_S_TRIS TRISDbits.TRISD5
26
#define SFT_S_TRIS TRISDbits.TRISD5
26
#define SFT_K_TRIS TRISDbits.TRISD4
27
#define SFT_K_TRIS TRISDbits.TRISD4