Skip to content

Commit 86a183c

Browse files
committed
Modified Comment
1 parent 4c6168a commit 86a183c

File tree

7 files changed

+39
-0
lines changed

7 files changed

+39
-0
lines changed

src/SFE_MicroOLED.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Jim Lindblom @ SparkFun Electronics
66
October 26, 2014
77
https://github.com/sparkfun/Micro_OLED_Breakout/tree/master/Firmware/Arduino/libraries/SFE_MicroOLED
88
9+
Modified by:
10+
Emil Varughese @ Edwin Robotics Pvt. Ltd.
11+
July 27, 2015
12+
https://github.com/emil01/SparkFun_Micro_OLED_Arduino_Library/
13+
914
This file defines the hardware interface(s) for the Micro OLED Breakout. Those
1015
interfaces include SPI, I2C and a parallel bus.
1116

src/SFE_MicroOLED.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Jim Lindblom @ SparkFun Electronics
66
October 26, 2014
77
https://github.com/sparkfun/Micro_OLED_Breakout/tree/master/Firmware/Arduino/libraries/SFE_MicroOLED
88
9+
Modified by:
10+
Emil Varughese @ Edwin Robotics Pvt. Ltd.
11+
July 27, 2015
12+
https://github.com/emil01/SparkFun_Micro_OLED_Arduino_Library/
13+
14+
915
This file defines the hardware interface(s) for the Micro OLED Breakout. Those
1016
interfaces include SPI, I2C and a parallel bus.
1117

src/hardware.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Jim Lindblom @ SparkFun Electronics
66
October 26, 2014
77
https://github.com/sparkfun/Micro_OLED_Breakout/tree/master/Firmware/Arduino/libraries/SFE_MicroOLED
88
9+
Modified by:
10+
Emil Varughese @ Edwin Robotics Pvt. Ltd.
11+
July 27, 2015
12+
https://github.com/emil01/SparkFun_Micro_OLED_Arduino_Library/
13+
914
This file defines the hardware interface(s) for the Micro OLED Breakout. Those
1015
interfaces include SPI, I2C and a parallel bus.
1116

src/util/7segment.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ GNU General Public License for more details.
1515
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
19+
Modified by:
20+
Emil Varughese @ Edwin Robotics Pvt. Ltd.
21+
July 27, 2015
22+
https://github.com/emil01/SparkFun_Micro_OLED_Arduino_Library/
23+
1824
******************************************************************************/
1925
#ifndef FONT7SEGMENT_H
2026
#define FONT7SEGMENT_H

src/util/font5x7.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ GNU General Public License for more details.
1515
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
19+
Modified by:
20+
Emil Varughese @ Edwin Robotics Pvt. Ltd.
21+
July 27, 2015
22+
https://github.com/emil01/SparkFun_Micro_OLED_Arduino_Library/
23+
1824
******************************************************************************/
1925
#ifndef FONT5X7_H
2026
#define FONT5X7_H

src/util/font8x16.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ GNU General Public License for more details.
1515
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
19+
Modified by:
20+
Emil Varughese @ Edwin Robotics Pvt. Ltd.
21+
July 27, 2015
22+
https://github.com/emil01/SparkFun_Micro_OLED_Arduino_Library/
1823
******************************************************************************/
1924
#ifndef FONT8X16_H
2025
#define FONT8X16_H

src/util/fontlargenumber.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ GNU General Public License for more details.
1515
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
19+
Modified by:
20+
Emil Varughese @ Edwin Robotics Pvt. Ltd.
21+
July 27, 2015
22+
https://github.com/emil01/SparkFun_Micro_OLED_Arduino_Library/
23+
1824
******************************************************************************/
1925
#ifndef FONTLARGENUMBER_H
2026
#define FONTLARGENUMBER_H

0 commit comments

Comments
 (0)