-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathlolin32prostvol.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 4 should actually have 4 columns, instead of 1 in line 3.
85 lines (81 loc) · 1.89 KB
/
lolin32prostvol.csv
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
key,type,encoding,value
label_space,namespace,,
L_LABEL,data,string,lolin32prostvol.csv
# with encoder 1
L_COMMENT,data,string,This is the configuration for a lolin pro with wrover cpu.
gpio_space,namespace,,
# SPI 0 or 1
K_SPI,data,u8,1
# SPI controls
P_MISO,data,u8,12
P_MOSI,data,u8,13
P_CLK,data,u8,14
#vs1053
P_XCS,data,u8,255
P_RST,data,u8,12
P_XDCS,data,u8,33
P_DREQ,data,u8,34
#enc0 vol control, push station
P_ENC0_A,data,u8,255
P_ENC0_B,data,u8,19
P_ENC0_BTN,data,u8,4
#enc1 station control, push volume
P_ENC1_A,data,u8,18
P_ENC1_B,data,u8,19
P_ENC1_BTN,data,u8,4
# Buttons 0
P_BTN0_A,data,u8,255
P_BTN0_B,data,u8,33
P_BTN0_C,data,u8,35
# Buttons 1
P_BTN1_A,data,u8,255
P_BTN1_B,data,u8,255
P_BTN1_C,data,u8,255
# I2C for lcd or oled
P_I2C_SCL,data,u8,22
P_I2C_SDA,data,u8,23
P_I2C_RST,data,u8,255
# SPI lcd controls
P_LCD_CS,data,u8,22
P_LCD_A0,data,u8,23
P_LCD_RST,data,u8,21
# infra red input
P_IR_SIGNAL,data,u8,255
# I2S control for external DAC or PDM
P_I2S_LRCK,data,u8,25
P_I2S_BCLK,data,u8,26
P_I2S_DATA,data,u8,27
# external backlight control
P_BACKLIGHT,data,u8,255
# Blinking led output or internal led
P_LED_GPIO,data,u8,5
# ADC input for external keyboard
P_ADC_KBD,data,u8,255
option_space,namespace,,
# Display type
O_LCD_TYPE,data,u8,192
# Display rotation control
O_LCD_ROTA,data,u8,0
# Timeout for display switch off
O_LCD_OUT,data,u32,0
# date format
O_DDMM_FLAG,data,u8,1
custom_ir_space,namespace,,
K_UP,data,string,0xFF0047 0xFF0040
K_LEFT,data,string,0xFF0007
K_OK,data,string,0xFF0046 0xFF0043
K_RIGHT,data,string,0xFF0015
K_DOWN,data,string,0xFF0045 0xFF0044
K_0,data,string,0xFF0016
K_1,data,string,0xFF000C
K_2,data,string,0xFF0018
K_3,data,string,0xFF005E
K_4,data,string,0xFF0008
K_5,data,string,0xFF001C
K_6,data,string,0xFF005A
K_7,data,string,0xFF0042
K_8,data,string,0xFF0052
K_9,data,string,0xFF004A
K_STAR,data,string,0xFF000D
K_DIESE,data,string,0xFF0019
K_INFO,data,string,0xFF0009