File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 143
143
// Information to be displayed on the text screen. Only relevant if TEXT_SCREEN_ENABLED is set.
144
144
// Available options:
145
145
// SCR_FW_VERSION
146
+ // SCR_FAULT_CODE
146
147
// SCR_MOSFET_TEMPERATURE
147
148
// SCR_MOTOR_TEMPERATURE
148
149
// SCR_MOTOR_CURRENT
160
161
// SCR_AVG_SPEED
161
162
// SCR_TIME_ELAPSED
162
163
// SCR_TIME_RIDING
163
- // SCR_FAULT_CODE
164
164
#define TEXT_SCREEN_ITEMS { \
165
+ SCR_FAULT_CODE, \
166
+ SCR_MOSFET_TEMPERATURE, \
167
+ SCR_MOTOR_TEMPERATURE, \
168
+ SCR_MOTOR_CURRENT, \
169
+ SCR_BATTERY_CURRENT, \
170
+ SCR_DUTY_CYCLE, \
165
171
SCR_TOTAL_VOLTAGE, \
166
172
SCR_MIN_TOTAL_VOLTAGE, \
167
173
SCR_AVG_CELL_VOLTAGE, \
172
178
SCR_SPEED, \
173
179
SCR_MAX_SPEED, \
174
180
SCR_AVG_SPEED, \
181
+ SCR_TIME_ELAPSED, \
175
182
SCR_TIME_RIDING, \
176
- SCR_FAULT_CODE, \
177
183
}
178
184
179
185
// Big font is only recommended for landscape orientation. 9 lines fit on the screen then.
You can’t perform that action at this time.
0 commit comments