mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-06 04:32:38 +00:00
Oops. corrected flag
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user