Skip to content

Commit 30c42e3

Browse files
author
Jim Lindblom
committed
Massive overhaul of Arduino library. Fixed constructors. New exampeles.
1 parent a4b18a0 commit 30c42e3

File tree

20 files changed

+1377
-2290
lines changed

20 files changed

+1377
-2290
lines changed

Firmware/Arduino/libraries/SFE_MicroOLED/7segment.h

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
/*
2-
MicroView Arduino Library
3-
Copyright (C) 2014 GeekAmmo
1+
/******************************************************************************
2+
7segment.h
3+
Definition for 7-segment font
44
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
5+
This file was imported from the MicroView library, written by GeekAmmo
6+
(https://github.com/geekammo/MicroView-Arduino-Library), and released under
7+
the terms of the GNU General Public License as published by the Free Software
8+
Foundation, either version 3 of the License, or (at your option) any later
9+
version.
910
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
1415
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.
17-
*/
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
******************************************************************************/
1819
#ifndef FONT7SEGMENT_H
1920
#define FONT7SEGMENT_H
2021

Firmware/Arduino/libraries/SFE_MicroOLED/README.md

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)