[FL-1942] Applications: Display Test. u8g2 usage refactoring. #770
This commit is contained in:
12
applications/debug_tools/display_test/view_display_test.h
Normal file
12
applications/debug_tools/display_test/view_display_test.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <gui/view.h>
|
||||
|
||||
typedef struct ViewDisplayTest ViewDisplayTest;
|
||||
|
||||
ViewDisplayTest* view_display_test_alloc();
|
||||
|
||||
void view_display_test_free(ViewDisplayTest* instance);
|
||||
|
||||
View* view_display_test_get_view(ViewDisplayTest* instance);
|
Reference in New Issue
Block a user