RGB LED cube 5x5x5
1.0
Martin Stejskal, Schmidt Dominik
Main Page
Related Pages
Modules
Files
File List
Globals
All
Files
Functions
Variables
Macros
Groups
Pages
SW
PC
anime_maker
anime_maker_rgb_5x5x5_led_cube_lib
animation_codes.h
Go to the documentation of this file.
1
29
#define cmd_anim_start (0x8000 + (0<<8))
30
31
39
#define cmd_set_pwm_r (0x8000 + (1<<8))
40
41
49
#define cmd_set_pwm_g (0x8000 + (2<<8))
50
51
59
#define cmd_set_pwm_b (0x8000 + (3<<8))
60
61
62
/*---------------------------------------------------------------------------*/
70
#define cmd_param_2D_frame (0x8000 + (4<<8))
71
77
#define param_2D_frame_void 0
78
84
#define param_2D_frame_same 1
85
86
92
#define param_2D_frame_ones 2
93
94
/*---------------------------------------------------------------------------*/
102
#define cmd_param_3D_frame (0x8000 + (5<<8))
103
109
#define param_3D_frame_void 0
110
116
#define param_3D_frame_same 1
117
118
124
#define param_3D_frame_ones 2
125
126
127
/*---------------------------------------------------------------------------*/
128
129
137
#define cmd_anim_stop (0x8000 + (127<<8))
Generated on Thu Jun 6 2013 16:25:54 for RGB LED cube 5x5x5 by
1.8.4