a partial porting OLED_I2C library

Dependents:   ou_mbed_oled ou_mbed_tmp102

Revision:
2:e64ae00d801c
Parent:
1:c928953247eb
Child:
3:909dd63644b4
--- a/oled_i2c.h	Tue Jun 19 05:10:32 2018 +0000
+++ b/oled_i2c.h	Tue Jun 19 05:49:09 2018 +0000
@@ -9,6 +9,28 @@
  *  About OLED SSD1306
  *      https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf
  */
+/*
+  OLED_I2C.h - Arduino/chipKit library support for 128x64 pixel SSD1306 OLEDs
+  Copyright (C)2015 Rinky-Dink Electronics, Henning Karlsen. All right reserved
+
+  This library has been made to make it easy to use 128x64 pixel OLED displays
+  based on the SSD1306 controller chip with an Arduino or a chipKit.
+
+  You can always find the latest version of the library at
+  http://www.RinkyDinkElectronics.com/
+
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the CC BY-NC-SA 3.0 license.
+  Please see the included documents for further information.
+
+  Commercial use of this library requires you to buy a license that
+  will allow commercial use. This includes using the library,
+  modified or not, as a tool to sell products.
+
+  The license applies to all part of the library including the
+  examples and tools supplied with the library.
+*/
+
 #ifndef _OLED_I2C_H_
 #define _OLED_I2C_H_