-
Notifications
You must be signed in to change notification settings - Fork 1
/
version74.c
90 lines (89 loc) · 2.56 KB
/
version74.c
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
const unsigned char neccblk1 = 4;
const unsigned char neccblk2 = 1;
const unsigned char datablkw = 13;
const unsigned char eccblkwid = 26;
const unsigned char VERSION = 7;
const unsigned char ECCLEVEL = 4;
const unsigned char WD = 45;
const unsigned char WDB = 6;
unsigned char strinbuf[270];
unsigned char qrframe[600];
unsigned char rlens[46];
#ifndef __AVR__
#define PROGMEM
#define memcpy_P memcpy
#define __LPM(x) *x
#else
#include <avr/pgmspace.h>
#endif
const unsigned char framebase[] PROGMEM = {
0xfe,0x00,0x00,0x00,0x0b,0xf8,
0x82,0x00,0x00,0x00,0x12,0x08,
0xba,0x00,0x00,0x00,0x12,0xe8,
0xba,0x00,0x00,0x00,0x1a,0xe8,
0xba,0x00,0x0f,0x80,0x3a,0xe8,
0x82,0x00,0x08,0x80,0x02,0x08,
0xfe,0xaa,0xaa,0xaa,0xab,0xf8,
0x00,0x00,0x08,0x80,0x00,0x00,
0x02,0x00,0x0f,0x80,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x0f,0x80,0x0f,0x80,0x0f,0x80,
0x08,0x80,0x08,0x80,0x08,0x80,
0x0a,0x80,0x0a,0x80,0x0a,0x80,
0x08,0x80,0x08,0x80,0x08,0x80,
0x0f,0x80,0x0f,0x80,0x0f,0x80,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,
0x0a,0x00,0x00,0x00,0x00,0x00,
0x78,0x00,0x00,0x00,0x00,0x00,
0x9a,0x00,0x0f,0x80,0x0f,0x80,
0x00,0x80,0x08,0x80,0x08,0x80,
0xfe,0x00,0x0a,0x80,0x0a,0x80,
0x82,0x00,0x08,0x80,0x08,0x80,
0xba,0x00,0x0f,0x80,0x0f,0x80,
0xba,0x00,0x00,0x00,0x00,0x00,
0xba,0x00,0x00,0x00,0x00,0x00,
0x82,0x00,0x00,0x00,0x00,0x00,
0xfe,0x00,0x00,0x00,0x00,0x00,
};
const unsigned char framask[] PROGMEM = {
0xff,0xff,0xff,0xff,0xff,0xf8,
0x10,0x04,0x00,0x80,0x08,0x00,
0x40,0x01,0x00,0x02,0x00,0x02,
0x00,0x01,0x00,0x00,0x40,0x00,
0x08,0x00,0x03,0xe0,0x02,0x1f,
0x00,0x18,0x7c,0x00,0x70,0xf8,
0x00,0xf0,0xf8,0x00,0xf8,0x10,
0x00,0x00,0x04,0x00,0x00,0x00,
0x80,0x00,0x00,0x08,0x00,0x00,
0x00,0x40,0x00,0x00,0x01,0x00,
0x00,0x00,0x02,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x01,0x00,
0x00,0x00,0x1f,0xc0,0x00,0x00,
0x03,0xf8,0x00,0x00,0x00,0x3f,
0x80,0x03,0xe0,0x03,0xff,0x00,
0x1f,0x00,0x1f,0xfc,0x00,0x7c,
0x00,0x7f,0xf8,0x00,0xf8,0x00,
0xff,0xf8,0x00,0xf8,0x00,0xff,
0xfc,0x00,0x00,0x00,0x01,0xff,
0x00,0x00,0x00,0x00,0x3f,0xe0,
0x00,0x00,0x00,0x03,0xfe,0x00,
0x00,0x00,0x00,0x00,
};