diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-14 10:21:31 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-14 10:21:31 +0100 |
| commit | b504f6292de8a07f155d42f650e535ef901754c6 (patch) | |
| tree | e208733aec439bf4bebb4fb07a3a30682dc1999b /examples/BitmapIcons | |
| parent | d48542d599a52b2a4c91b1462ce98f9e74b6f9da (diff) | |
Minor update
Diffstat (limited to 'examples/BitmapIcons')
| -rw-r--r-- | examples/BitmapIcons/BitmapIcons.ino | 5 |
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 |
