|
1 |
| -/* |
2 |
| - MicroView Arduino Library |
3 |
| - Copyright (C) 2014 GeekAmmo |
| 1 | +/****************************************************************************** |
| 2 | +7segment.h |
| 3 | +Definition for 7-segment font |
4 | 4 |
|
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. |
9 | 10 |
|
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. |
14 | 15 |
|
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 | +******************************************************************************/ |
18 | 19 | #ifndef FONT7SEGMENT_H
|
19 | 20 | #define FONT7SEGMENT_H
|
20 | 21 |
|
|
0 commit comments