Fixes for colours and margins in GPIO app and more (#284)
- Fixes for colours and margins in GPIO app - Removed unused imports
This commit is contained in:
committed by
GitHub
parent
e4ecec64c9
commit
3dfc27e93e
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <lvgl.h>
|
||||
|
||||
lv_color_t lv_color_foreground();
|
||||
|
||||
lv_color_t lv_color_background();
|
||||
|
||||
lv_color_t lv_color_background_darkest();
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "lvgl.h"
|
||||
#include <lvgl.h>
|
||||
|
||||
namespace tt::lvgl {
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <lvgl.h>
|
||||
|
||||
#include "./Colors.h"
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lvgl.h"
|
||||
#include <lvgl.h>
|
||||
|
||||
namespace tt::lvgl {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "lvgl.h"
|
||||
#include <lvgl.h>
|
||||
|
||||
namespace tt::lvgl {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "lvgl.h"
|
||||
#include "../app/AppContext.h"
|
||||
#include <lvgl.h>
|
||||
|
||||
namespace tt::lvgl {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user