increased brightness resultions

This commit is contained in:
2024-05-09 00:08:30 +02:00
parent 6218223d41
commit e8518fc9d4

View File

@@ -35,10 +35,9 @@ typedef struct RGB
*/
typedef struct RGB_Theme
{
uint8_t max_brighness;
uint16_t max_brighness;
RGB_t color;
uint8_t animation;
uint8_t reseved;
uint16_t reseved_16;
} RGB_Theme_t;