Skip to content

Commit dbc2d23

Browse files
committed
Add Init() in DummyuLittleVgl to fix recovery firmware
1 parent d6fcbe9 commit dbc2d23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/displayapp/DummyLittleVgl.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ namespace Pinetime {
1919
LittleVgl(LittleVgl&&) = delete;
2020
LittleVgl& operator=(LittleVgl&&) = delete;
2121

22+
void Init() {
23+
24+
}
25+
2226
void FlushDisplay(const lv_area_t* area, lv_color_t* color_p) {
2327
}
2428
bool GetTouchPadInfo(lv_indev_data_t* ptr) {

0 commit comments

Comments
 (0)