Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 265 → Rev 266

/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
66,7 → 66,9
#define CUBE_ETH_WRITE_ALL 0x10
#define CUBE_ETH_WRITE_PIXEL 0x11
#define CUBE_ETH_WRITE_CHANNEL 0x12
#define CUBE_ETH_WRITE_TEXT 0x20
#define CUBE_ETH_WRITE_TEXT_SCROLL 0x20
#define CUBE_ETH_WRITE_TEXT_STATIC 0x21
#define CUBE_EHT_WRITE_TEXT_INSERT 0x22
#define CUBE_ETH_WATERFALL 0x30
#define CUBE_ETH_SPHERE 0x31
 
139,6 → 141,8
 
// Text control functions
void Cube_Text_Init(uint8_t *string, uint8_t length, uint16_t R, uint16_t G, uint16_t B);
void Cube_Text_Update(void);
void Cube_Text_Insert(uint8_t c, uint16_t R, uint16_t G, uint16_t B);
void Cube_Text_Interrupt(void);
 
// Data stream in control functions