diff --git a/README.md b/README.md index 673178b..1f47c63 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,6 @@ void loop() { // Create a new Screen with width 20, height 4. Screen screen(20, 4); - Label lbls[32]; - // Some static text that will be at the top of the screen. Label titleLabel("RGB Settings");