-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtm1638cc_font.inc
48 lines (40 loc) · 940 Bytes
/
tm1638cc_font.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
;=======================================================================
; tm1638cc_font.inc
; font definitions for tm1638 library
;
; written by Ralf Jardon (cosmicos at gmx dot net), May-July 2017
;
; License: GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007
;
; Version: 0.9beta
;=======================================================================
FONTS:
.db 0x00, 0x00 ;
.db 0x00, 0x00 ;
.db 0x00, 0x00 ;
.db 0x00, 0x00 ;
.db 0x00, 0x00 ;
.db 0x00, 0x00 ;
.db 0x00, 0x40 ;
.db 0x00, 0x00 ;
; DEC
.db 0x3f, 0x06 ; 0,1
.db 0x5B, 0x4F ; 2,3
.db 0x66, 0x6D ; 4,5
.db 0x7D, 0x07 ; 6,7
.db 0x7F, 0x6F ; 8,9
; HEX
.db 0x77, 0x7C ; A,b
.db 0x39, 0x5E ; C,d
.db 0x79, 0x71 ; E,F
; ALPHA
.db 0x3D, 0x76 ; G,H
.db 0x06, 0x1F ; I,J
.db 0x76, 0x38 ; K(H), L
.db 0x15, 0x54 ; m,n
.db 0x3F, 0x73 ; o,P
.db 0x67, 0x50 ; q,r
.db 0x6D, 0x78 ; S,t
.db 0x3E, 0x1C ; U,V
.db 0x2A, 0x76 ; W,X(H)
.db 0x6E, 0x5B ; Y,Z