From a965bed82e4adca2e81731bda265cac26e697c0f Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Fri, 19 Feb 2021 12:42:35 +0000 Subject: [PATCH] Comments and copyright update --- LCDDisplay.cpp | 11 +++---- LCDDisplay.h | 2 +- LCD_Implementation.h | 4 +-- LCD_LCD.h | 2 +- LCD_NONE.h | 2 +- LCD_OLED.h | 3 +- SSD1306/SSD1306AsciiWire.h | 6 ++-- SSD1306/SSD1306init.h | 6 ++-- SSD1306/fonts/allFonts.h | 59 -------------------------------------- 9 files changed, 14 insertions(+), 81 deletions(-) diff --git a/LCDDisplay.cpp b/LCDDisplay.cpp index 6f18938..45dda6d 100644 --- a/LCDDisplay.cpp +++ b/LCDDisplay.cpp @@ -1,5 +1,5 @@ /* - * © 2020, Chris Harlow. All rights reserved. + * © 2021, Chris Harlow, Neil McKechnie. All rights reserved. * * This file is part of CommandStation-EX * @@ -72,20 +72,17 @@ LCDDisplay *LCDDisplay::loop2(bool force) } } } - if (!done) { // Non-blank line found, so copy it. - strncpy(buffer, rowBuffer[rowNext], MAX_LCD_COLS); + for (int i=0; i