aboutsummaryrefslogtreecommitdiff
path: root/examples/BitmapIcons
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BitmapIcons')
-rw-r--r--examples/BitmapIcons/BitmapIcons.ino5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/BitmapIcons/BitmapIcons.ino b/examples/BitmapIcons/BitmapIcons.ino
index a2f2331..72328c5 100644
--- a/examples/BitmapIcons/BitmapIcons.ino
+++ b/examples/BitmapIcons/BitmapIcons.ino
@@ -133,9 +133,8 @@ void setup() {
/************** DISPLAY **************/
Sprintln("...Starting Display");
- display.setPanelBrightness(48);
- display.begin(R1_PIN, G1_PIN, B1_PIN, R2_PIN, G2_PIN, B2_PIN, A_PIN, B_PIN, C_PIN, D_PIN, E_PIN, LAT_PIN, OE_PIN, CLK_PIN ); // setup the LED matrix
-
+ display.begin(R1_PIN, G1_PIN, B1_PIN, R2_PIN, G2_PIN, B2_PIN, A_PIN, B_PIN, C_PIN, D_PIN, E_PIN, LAT_PIN, OE_PIN, CLK_PIN );
+
display.fillScreen(display.color444(0, 1, 0));
// Fade a Red Wifi Logo In