adafruit / Adafruit-GFX-Library

Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
https://learn.adafruit.com/adafruit-gfx-graphics-library
Other
2.41k stars 1.55k forks source link

Fix broken reset logic if reset pin exceeds 127 due to int8 overflow #449

Open nocnokneo opened 5 months ago

nocnokneo commented 5 months ago

This is in conjunction with adafruit/Adafruit_SH110x#20

nocnokneo commented 2 months ago

@ladyada Any other changes you'd like to see here? adafruit/Adafruit_SH110x#20 (now merged) depends on this PR.

nocnokneo commented 2 months ago

@ladyada Any other changes you'd like to see here? adafruit/Adafruit_SH110x#20 (now merged) depends on this PR.

Ping