Skip to content

Commit a27245a

Browse files
committed
Turn lvgl gfx functions into private.
1 parent b3955c5 commit a27245a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Braccio++.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ class BraccioClass
7878
// io_expander APIs
7979
void digitalWrite(int pin, uint8_t value);
8080

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-
8681
void setID(int id) {
8782
servos.setID(id);
8883
}
@@ -122,6 +117,9 @@ class BraccioClass
122117
lv_style_t _lv_style;
123118
rtos::Thread _display_thd;
124119
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();
125123

126124
#ifdef __MBED__
127125
rtos::EventFlags pd_events;

0 commit comments

Comments
 (0)