-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.txt
More file actions
52 lines (51 loc) · 1.49 KB
/
map.txt
File metadata and controls
52 lines (51 loc) · 1.49 KB
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
Variables:
Arduino_constants:
Display
TouchDetector
msg_constants:
msg_label
msg_start_time
msg_duration
other_constants:
screen_buttons
program
motor_constants:
motor_speed
motor_direction
Functions:
apply_mode(const char *mode_name, const char *direction):
msg_constants::msg_label
msg_constants::msg_start_time
btn_Run_Program_event_cb(lv_event_t *e):
msg_constants::msg_label
msg_constants::msg_start_time
main_btnm_event_cb(lv_event_t *e):
apply_mode
btn_Run_Program_event_cb
test_btnm_event_cb(lv_event_t *e):
FR_move
FL_move
RR_move
RL_move
motor_constants::motor_speed
motor_constants::motor_direction
toggle_fwdrev_cb(lv_event_t *e):
motor_constants::motor_direction
slider_event_cb(lv_event_t *e):
motor_constants::motor_speed
set_btnm_bg_colors(lv_obj_t *btnm, uint32_t normal, uint32_t pressed):
no dependencies
create_main_button_matrix(lv_obj_t *screen_buttons):
set_btnm_bg_colors
main_btnm_event_cb
create_test_button_matrix(lv_obj_t *screen_buttons);
set_btnm_bg_colors
test_btnm_event_cb
create_speed_sliders(lv_obj_t *parent):
slider_event_cb
create_ui():
other_constants::screen_buttons
create_main_button_matrix
create_speed_sliders
create_test_button_matrix
toggle_fwdrev_cb