From c74a29bbf65a0142e2179ae46b8cf7344fa57996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChl?= Date: Wed, 22 Mar 2023 13:50:42 +0100 Subject: [PATCH] Update MatrixDisplayUi.cpp --- lib/MatrixUI/MatrixDisplayUi.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/MatrixUI/MatrixDisplayUi.cpp b/lib/MatrixUI/MatrixDisplayUi.cpp index c5a0a7a..2d4fe46 100644 --- a/lib/MatrixUI/MatrixDisplayUi.cpp +++ b/lib/MatrixUI/MatrixDisplayUi.cpp @@ -3,8 +3,9 @@ * * Copyright (c) 2016 by Daniel Eichhorn * Copyright (c) 2016 by Fabrice Weinberg - * Copyright (c) 2016 by Fabrice Weinberg - * Highly modified 2023 for AWTRIX Light by Stephan Muehl (Blueforcer) + * Copyright (c) 2023 by Stephan Muehl (Blueforcer) + * Note: This old lib for SSD1306 displays has been extremly + * modified for AWTRIX Light and has nothing to do with the original purposes. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -31,7 +32,6 @@ MatrixDisplayUi::MatrixDisplayUi(FastLED_NeoMatrix *matrix) { - this->matrix = matrix; }