increased brightness resultions
This commit is contained in:
@@ -35,10 +35,9 @@ typedef struct RGB
|
|||||||
*/
|
*/
|
||||||
typedef struct RGB_Theme
|
typedef struct RGB_Theme
|
||||||
{
|
{
|
||||||
uint8_t max_brighness;
|
uint16_t max_brighness;
|
||||||
RGB_t color;
|
RGB_t color;
|
||||||
uint8_t animation;
|
uint8_t animation;
|
||||||
uint8_t reseved;
|
|
||||||
uint16_t reseved_16;
|
uint16_t reseved_16;
|
||||||
} RGB_Theme_t;
|
} RGB_Theme_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user