ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.99k stars 637 forks source link

fix for build with Arduino Core STM32 #268

Closed lyusupov closed 4 years ago

lyusupov commented 4 years ago

Arduino Core STM32 does not have definitions for _min() and _max().

marcelstoer commented 4 years ago

I can't test myself but it looks sane, thanks.