SSD1331 Oled driver library for 96x64 colour Oled display. Demo included in .h file
Dependents: Oled-SSD1331 PJ12_device
Diff: ssd1331.cpp
- Revision:
- 5:4385fd242db0
- Parent:
- 4:062b4708eb35
diff -r 062b4708eb35 -r 4385fd242db0 ssd1331.cpp
--- a/ssd1331.cpp Wed May 18 22:16:21 2016 +0000
+++ b/ssd1331.cpp Sun May 29 17:59:51 2016 +0000
@@ -459,8 +459,8 @@
void ssd1331::Bitmap16(uint8_t x, uint8_t y, uint8_t w, uint8_t h, const uint8_t *bitmap)
{
- unsigned int i,j;
- int padd;
+ int8_t i,j;
+ int8_t padd;
unsigned short *bitmap_ptr = (unsigned short *)bitmap;
window(x, y, w, h);
Display Module .95" 96x64 Oled with SPI interface