Make namespaces more consistent (#92)
This commit is contained in:
committed by
GitHub
parent
ca5d4b8226
commit
a312bd5527
@@ -1,4 +1,4 @@
|
||||
#include "ui/Toolbar.h"
|
||||
#include "lvgl/Toolbar.h"
|
||||
|
||||
static void app_show(tt::app::App app, lv_obj_t* parent) {
|
||||
lv_obj_t* toolbar = tt::lvgl::toolbar_create(parent, app);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "lvgl.h"
|
||||
#include "ui/LvglKeypad.h"
|
||||
#include "lvgl/LvglKeypad.h"
|
||||
|
||||
lv_display_t* lvgl_hal_init() {
|
||||
static lv_display_t* display = NULL;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "lvgl_hal.h"
|
||||
#include "TactilityCore.h"
|
||||
#include "Thread.h"
|
||||
#include "ui/LvglSync.h"
|
||||
#include "lvgl/LvglSync.h"
|
||||
|
||||
#include "Mutex.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user