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

Why using int16? #267

Closed codebeat-nl closed 4 years ago

codebeat-nl commented 4 years ago

Mostly all functions use 16 bits parameters for values lower than a byte. Why? Highest screen dimension is 128.

marcelstoer commented 4 years ago

I can't tell but you're right you could change them.