From dfbc2619afa09eba701f708144793002183b809b Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Mon, 22 Jan 2018 21:39:12 +0000 Subject: [PATCH] Oops. corrected flag --- MCUFRIEND_kbv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCUFRIEND_kbv.cpp b/MCUFRIEND_kbv.cpp index 5b327f8..988e14f 100644 --- a/MCUFRIEND_kbv.cpp +++ b/MCUFRIEND_kbv.cpp @@ -643,7 +643,7 @@ void MCUFRIEND_kbv::pushColors(uint16_t * block, int16_t n, bool first) } void MCUFRIEND_kbv::pushColors(uint8_t * block, int16_t n, bool first) { - pushColors_any(_MW, (uint8_t *)block, n, first, 0); + pushColors_any(_MW, (uint8_t *)block, n, first, 2); //regular bigend } void MCUFRIEND_kbv::pushColors(const uint8_t * block, int16_t n, bool first, bool bigend) {