mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 15:31:41 +00:00
pass through screen fills
This commit is contained in:
parent
1b43f1182e
commit
413c81bed3
@ -36,6 +36,7 @@ void ILI9341_Wrap::begin(uint32_t spi_clock=30000000u, uint32_t spi_clock_read=2
|
|||||||
|
|
||||||
void ILI9341_Wrap::fillWindow(uint16_t color = 0x0000)
|
void ILI9341_Wrap::fillWindow(uint16_t color = 0x0000)
|
||||||
{
|
{
|
||||||
|
tft->fillScreen(color);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ILI9341_Wrap::setFrameBuffer(uint8_t *frame_buffer)
|
void ILI9341_Wrap::setFrameBuffer(uint8_t *frame_buffer)
|
||||||
|
Loading…
Reference in New Issue
Block a user