-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver_cfg.txt
79 lines (69 loc) · 1.43 KB
/
server_cfg.txt
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
{
"App": {
"name": "7 Talk Dashboard.",
"version": 0.8,
"author": "Mark Rodman"
},
"Timers":{
"PollCAN_schedule":1,
"Clock_value":50
},
"UDP_Dash": {
"host": "localhost",
"port":61616,
"UDP_Tx": true,
"fmt_struct": "I 20s I",
"packet_counter_limit": 999
},
"Display": {
"width": 800,
"height": 480,
"title": "Caterham Super 7 MBE Dashboard",
"display_line_width": 2,
"line_width": 2
},
"Splash": {
"tbc": "tbc"
},
"Sections": {
"title_start_x": 0,
"title_start_y": 35,
"title_end_x": 800,
"title_end_y": 35
},
"Tables": {
"table_start_x": 3,
"table_start_y": 10,
"table_inc_y": 30,
"table_value_offset": 210
},
"Fonts": {
"LCD_font": "open24displayst",
"default_fontsize": 30,
"RPM_fontsize": 70,
"Label_fontsize": 14,
"Data_fontsize": 16
},
"Images": {
"splash": "assets/splash/splash.jpg",
"rev_image1": "assets/shiftbar/rev1.jpg",
"rev_image2": "assets/shiftbar/rev2.jpg",
"rev_image3": "assets/shiftbar/rev3.jpg",
"rev_image_shift": "assets/shiftbar/shift.jpg"
},
"RPM": {
"max_rpm": 7700,
"shift_bar_lower_rpm": 6000,
"band1":2500,
"band2":6600,
"band3":7500,
"rpm_cover_rect_start_height": 15,
"rpm_cover_rect_end_neight": 54
},
"Class": {
"buffer_limit": 20,
"debug_view": false,
"live": false,
"ret_count_val": 3
}
}