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