-
Notifications
You must be signed in to change notification settings - Fork 23
/
ccticker.cfg
111 lines (91 loc) · 3.12 KB
/
ccticker.cfg
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
### Configuration file for Crypto Coin Ticker v1.0.53fix
## SD-Card Version - by frittna (github.com/frittna/Crypto_Coin_Ticker-with-Candle-Chart-for-M5Stack)
# modify at least your WiFi name and Password
# available TimeZones
# 0: Australia Eastern Time Zone (Sydney, Melbourne)
# 1: United Kingdom (London, Belfast)
# 2: Eastern European Time (Bulg., Greece, Rom., Ukr., Egypt)
# 3: Central European Time Zone (Frankfurt, Paris)
# 4: US Eastern Time Zone (New York, Detroit)
# 5: US Central Time Zone (Chicago, Houston)
# 6: US Mountain Time Zone (Denver, Salt Lake City)
# 7: US Pacific Time Zone (Las Vegas, Los Angeles);
# 8: Singapore Time Zone = UTC + 8h
# 9: UTC Time;
# 10: US Arizona Time Zone (= US Mountain Time without DST);
# 11: Moscow Standard Time, no DST (MSK);
# available Languages (only for names of weekdays)
# 0: english
# 1: german
# 2: spanish
###### CONFIGURATION STARTS HERE ######
# set up network settings (no spaces in ssid names allowed)
ssid=
password=
# optional network 2 - connect to it when ButtonC is pressed at startup
ssid2=
password2=
# select your TimeZone and Language
myLanguage=0
myTimeZone=4
# maximum of pairs to switch through with ButtonA (25 max)
pairs=8
# name of the pair for LCD output
pair_name01= Bitcoin
pair_name02= ETH
pair_name03= DOT
pair_name04= LINK
pair_name05= UNI
pair_name06= IOTA
pair_name07= YearnFi
pair_name08= DOGE
# part of the URL for the requested data (must be in CAPITALS)
pair_STRING01=BTCUSDT
pair_STRING02=ETHUSDT
pair_STRING03=DOTUSDT
pair_STRING04=LINKUSDT
pair_STRING05=UNIUSDT
pair_STRING06=IOTAUSDT
pair_STRING07=YFIUSDT
pair_STRING08=DOGEUSDT
# Hex color value for pair name color (RGB565 format)
pair_color01=0xF483
pair_color02=0x03EF
pair_color03=0xC618
pair_color04=0x001F
pair_color05=0xF81F
pair_color06=0xD69A
pair_color07=0xFFFF
pair_color08=0xD4C1
# sleeptime, minutes (if ButtonB is pressed long)
mySleeptime=45
#setting for optional room sensor 0 = Celsius , 1 = Fahrenheit
myTempUnit=0
#use temperature offset if neccessary (only integer values, + or -)
myTempOffset=-3
#cycle intervall in seconds (if cylce option is used)
myCyclingIntervall=15
# welcome string (only for serial output)
welcome=Hey You :)
##END################
# some example color codes in RGB565: R G B
#----------------------------------------------------------------
#NAVY 0x000F 0, 0, 128
#DARKGREEN 0x03E0 0 , 128, 0
#DARKCYAN 0x03EF 0, 128, 128
#MAROON 0x7800 128, 0, 0
#PURPLE 0x780F 128, 0, 128
#OLIVE 0x7BE0 128, 128, 0
#LIGHTGREY 0xC618 192, 192, 192
#DARKGREY 0x7BEF 128, 128, 128
#BLUE 0x001F 0, 0, 255
#GREEN 0x07E0 0, 255, 0
#CYAN 0x07FF 0, 255, 255
#RED 0xF800 255, 0, 0
#MAGENTA 0xF81F 255, 0, 255
#YELLOW 0xFFE0 255, 255, 0
#WHITE 0xFFFF 255, 255, 255
#ORANGE 0xFD20 255, 165, 0
#BTCORANGE 0xF483 247, 147, 26
#GREENYELLOW 0xAFE5 173, 255, 47
#PINK 0xF81F 255, 0, 255