correct deprecated boolean

This commit is contained in:
prenticedavid
2020-06-08 11:02:56 +01:00
parent e071cbe697
commit a2bd1bd87e
3 changed files with 3 additions and 3 deletions

View File

@@ -796,7 +796,7 @@ void MCUFRIEND_kbv::vertScroll(int16_t top, int16_t scrollines, int16_t offset)
}
}
void MCUFRIEND_kbv::invertDisplay(boolean i)
void MCUFRIEND_kbv::invertDisplay(bool i)
{
uint8_t val;
_lcd_rev = ((_lcd_capable & REV_SCREEN) != 0) ^ i;