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
2.01k stars 638 forks source link

[example] fix type: unsigned char -> uint8_t #334

Closed Rotzbua closed 3 years ago

Rotzbua commented 3 years ago

unsigned char was the old type.

marcelstoer commented 3 years ago

Thanks!