Oops. corrected flag

This commit is contained in:
prenticedavid
2018-01-22 21:39:12 +00:00
parent c3f564daa6
commit dfbc2619af

View File

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