From 303ad944a0f7b388fe8a2518f85e01b4c7887569 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Fri, 14 Aug 2020 10:03:28 +0100 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c6b77d0..93e2ea5 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,7 @@ The panel must be powered by 5V AC adapter with enough current capacity. (Curren Below is a bare minimum sketch to draw a single white dot in the top left. You MUST call .begin() before you call ANY other function of the RGB64x32MatrixPanel_I2S_DMA class! No call to .begin() before use = Crash - ``` - -/* -------------------------- Class Initialisation -------------------------- */ #include RGB64x32MatrixPanel_I2S_DMA matrix;