File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,6 @@ class BraccioClass
78
78
// io_expander APIs
79
79
void digitalWrite (int pin, uint8_t value);
80
80
81
- // default display APIs
82
- void lvgl_splashScreen (unsigned long const duration_ms, std::function<void ()> check_power_func);
83
- void lvgl_pleaseConnectPower ();
84
- void lvgl_defaultMenu ();
85
-
86
81
void setID (int id) {
87
82
servos.setID (id);
88
83
}
@@ -122,6 +117,9 @@ class BraccioClass
122
117
lv_style_t _lv_style;
123
118
rtos::Thread _display_thd;
124
119
void display_thread_func ();
120
+ void lvgl_splashScreen (unsigned long const duration_ms, std::function<void ()> check_power_func);
121
+ void lvgl_pleaseConnectPower ();
122
+ void lvgl_defaultMenu ();
125
123
126
124
#ifdef __MBED__
127
125
rtos::EventFlags pd_events;
You can’t perform that action at this time.
0 commit comments