COSA
An Object-Oriented Platform for Arduino Programming
MAX72XX.cpp File Reference
#include "MAX72XX.hh"
Include dependency graph for MAX72XX.cpp:

Go to the source code of this file.

Variables

const uint8_t MAX72XX::font[] __PROGMEM
 

Detailed Description

Version
1.0

License

Copyright (C) 2014-2015, Mikael Patel

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

This file is part of the Arduino Che Cosa project.

Definition in file MAX72XX.cpp.

Variable Documentation

const uint8_t MAX72XX::font [] __PROGMEM

No-Decode Mode Data Bits and Corresponding Segment Lines (Table 6, pp 8.).

1  A
2  +---+
3  F| G |B
4  +---+ Standard 7-Segment LED
5  E| |C
6  +---+ DP
7  D
8 
9 D7 D6 D5 D4 D3 D2 D1 D0
10 DP A B C D E F G

Definition at line 38 of file MAX72XX.cpp.