Skip to content

Commit 9793eee

Browse files
committed
default white values
1 parent 1a4e96d commit 9793eee

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/default_colors.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515

1616
#include "Arduino.h"
1717

18-
#define WHITE_DEFAULT_RED 444
19-
#define WHITE_DEFAULT_GREEN 342
20-
#define WHITE_DEFAULT_BLUE 345
21-
#define BLACK_DEFAULT_RED 153
22-
#define BLACK_DEFAULT_GREEN 135
23-
#define BLACK_DEFAULT_BLUE 123
18+
#define WHITE_DEFAULT_RED 450
19+
#define WHITE_DEFAULT_GREEN 500
20+
#define WHITE_DEFAULT_BLUE 510
21+
#define BLACK_DEFAULT_RED 160
22+
#define BLACK_DEFAULT_GREEN 200
23+
#define BLACK_DEFAULT_BLUE 190
2424
//int16_t WHITE_CAL[3] = {444, 342, 345};
2525
//int16_t BLACK_CAL[3] = {153, 135, 123};
2626

27+
2728
#define WHITE_OFFSET 0
2829
#define BLACK_OFFSET 6
2930
#define COLOR_SIZE 20
@@ -41,7 +42,7 @@
4142
#define LIGHT_GREEN_MAX 140
4243
#define GREEN_MAX 170
4344
#define LIGHT_BLUE_MAX 210
44-
#define BLUE_MAX 260
45+
#define BLUE_MAX 250
4546
#define VIOLET_MAX 280
4647
#define BROWN_MAX_VALUE 0.5
4748
#define BROWN_MAX_SATURATION 0.45

0 commit comments

Comments
 (0)