diff options
| author | Lukaswnd <lukas.windeln@rwth-aachen.de> | 2023-12-16 23:25:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-16 23:25:31 +0100 |
| commit | 3f0fdc72bcbdc929f5fd95653bf6cb2c4a0bcb88 (patch) | |
| tree | 40979be9a2d4fbc1767d873b27bdd65ce2922215 /examples | |
| parent | e1025d0df2563a224abb95206e969e39ea463c94 (diff) | |
fix Adafruit_GFX override setRotation
The Adafruit_GFX uses setRotation(uint8_t), while the virtual matrix display uses setRotation(int). Therefore there is no implicit override and if you call the function either with an uint8_t or from an Adafruit_GFX* the overloaded funtion is not called
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
