This library drives the Seeed 96x96 OLED display. It is a port of the example library that Seeed provide (also called SeeedGreyOLED). This display uses the SSD1327 part which is slightly unusual.
Dependents: seeed_arch_pro_oled ethernet_arch_pro Basics_OLED MBED_CPP_DII4A ... more
Revision 1:05a64dcb7603, committed 2014-12-20
- Comitter:
- danielashercohen
- Date:
- Sat Dec 20 06:50:25 2014 +0000
- Parent:
- 0:c035afedef89
- Commit message:
- ready for first release
Changed in this revision
SeeedGrayOLED.cpp | Show annotated file Show diff for this revision Revisions of this file |
SeeedGrayOLED.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r c035afedef89 -r 05a64dcb7603 SeeedGrayOLED.cpp --- a/SeeedGrayOLED.cpp Fri Dec 19 07:58:04 2014 +0000 +++ b/SeeedGrayOLED.cpp Sat Dec 20 06:50:25 2014 +0000 @@ -1,6 +1,6 @@ /* * SeeedGrayOLED.cpp - * SSD1327 Gray OLED Driver Library + * SSD1327 Gray OLED Driver Library for SSD1327 * * Copyright (c) 2011 seeed technology inc. * Author : Visweswara R
diff -r c035afedef89 -r 05a64dcb7603 SeeedGrayOLED.h --- a/SeeedGrayOLED.h Fri Dec 19 07:58:04 2014 +0000 +++ b/SeeedGrayOLED.h Sat Dec 20 06:50:25 2014 +0000 @@ -1,6 +1,6 @@ /* * SeeedGrayOLED.h - * SSD1327 Gray OLED Driver Library + * SSD1327 Gray OLED Driver Library for SSD1327 * * Copyright (c) 2011 seeed technology inc. * Author : Visweswara R