mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
added empty function for inverting display
This commit is contained in:
parent
2187ebacca
commit
74aff79422
@ -440,6 +440,10 @@ void Adafruit_GFX::setRotation(uint8_t x) {
|
||||
}
|
||||
}
|
||||
|
||||
void Adafruit_GFX::invertDisplay(boolean i) {
|
||||
// do nothing, can be subclassed
|
||||
}
|
||||
|
||||
|
||||
// return the size of the display which depends on the rotation!
|
||||
uint16_t Adafruit_GFX::width(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user