We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e331c2e commit 34a4e98Copy full SHA for 34a4e98
firmware/OpenLCD/settings.h
@@ -34,7 +34,9 @@
34
35
const byte DEFAULT_TWI_ADDRESS = 0x72; //0x71 for Serial7Segment. 0x72 for SerLCD.
36
const byte DEFAULT_BAUD = BAUD_9600; //9600 for 8MHz, 2x speed
37
-const byte DEFAULT_BRIGHTNESS = 255; //100%, full brightness
+const byte DEFAULT_RED = 255;
38
+const byte DEFAULT_GREEN = 255;
39
+const byte DEFAULT_BLUE = 255;
40
const byte DEFAULT_LINES = 2;
41
const byte DEFAULT_WIDTH = 16;
42
const byte DEFAULT_SPLASH = true; //Default on
0 commit comments