8x8 Led Matrix Library
1.0.0
This is a library for the 8x8 Led Matrix by Soldered
Loading...
Searching...
No Matches
Font_Data.h
Go to the documentation of this file.
1
// Data file for user example user defined fonts
2
#pragma once
3
4
const
uint8_t numeric7Seg[]
PROGMEM
=
5
{
6
'F'
, 1, 48, 57, 8,
7
5, 127, 65, 65, 65, 127,
// 48 - '0'
8
5, 0, 0, 127, 0, 0,
// 49 - '1'
9
5, 121, 73, 73, 73, 79,
// 50 - '2'
10
5, 73, 73, 73, 73, 127,
// 51 - '3'
11
5, 15, 8, 8, 8, 127,
// 52 - '4'
12
5, 79, 73, 73, 73, 121,
// 53 - '5'
13
5, 127, 73, 73, 73, 121,
// 54 - '6'
14
5, 1, 1, 1, 1, 127,
// 55 - '7'
15
5, 127, 73, 73, 73, 127,
// 56 - '8'
16
5, 79, 73, 73, 73, 127,
// 57 - '9'
17
};
PROGMEM
const uint8_t numeric7Seg[] PROGMEM
Definition
Font_Data.h:4
examples
Led_Matrix_PushWheel
Font_Data.h
Generated on Mon Sep 23 2024 07:39:41 for 8x8 Led Matrix Library by
1.12.0. Dark theme by
Tilen Majerle
. All rights reserved. Copyright:
Soldered