We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fcbe9 commit dbc2d23Copy full SHA for dbc2d23
1 file changed
src/displayapp/DummyLittleVgl.h
@@ -19,6 +19,10 @@ namespace Pinetime {
19
LittleVgl(LittleVgl&&) = delete;
20
LittleVgl& operator=(LittleVgl&&) = delete;
21
22
+ void Init() {
23
+
24
+ }
25
26
void FlushDisplay(const lv_area_t* area, lv_color_t* color_p) {
27
}
28
bool GetTouchPadInfo(lv_indev_data_t* ptr) {
0 commit comments