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) {