aboutsummaryrefslogtreecommitdiff
path: root/examples/BitmapIcons
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-14 10:21:31 +0100
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-14 10:21:31 +0100
commitb504f6292de8a07f155d42f650e535ef901754c6 (patch)
treee208733aec439bf4bebb4fb07a3a30682dc1999b /examples/BitmapIcons
parentd48542d599a52b2a4c91b1462ce98f9e74b6f9da (diff)
Minor update
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