IoTCore-SSD1306-Driver icon indicating copy to clipboard operation
IoTCore-SSD1306-Driver copied to clipboard

A Windows IoT Core driver and sample for displaying text and images on SSD1306 based OLED displays using I2C.

Results 2 IoTCore-SSD1306-Driver issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to use your project but I constantly getting errors, none of them make sense to me... Do you encountered such errors? and how you solved them? One...

Text is displaying really badly on the 128x32 px version of the I2C OLED display screen ([Sample](https://drive.google.com/file/d/0BxuOEtNgeCYIcEM5MGxMaDhTelk/view?usp=sharing)). I've changed: ``` private const UInt32 SCREEN_HEIGHT_PX = 32; private const UInt32 SCREEN_HEIGHT_PAGES...