From b504f6292de8a07f155d42f650e535ef901754c6 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Fri, 14 Aug 2020 10:21:31 +0100 Subject: Minor update --- examples/BitmapIcons/BitmapIcons.ino | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples/BitmapIcons') 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 -- cgit v1.3.1