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:
Ken Van Hoeylandt
2025-06-01 17:52:09 +02:00
committed by GitHub
parent e4ecec64c9
commit 3dfc27e93e
9 changed files with 47 additions and 28 deletions
+9
View File
@@ -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 {
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include <lvgl.h>
#include "./Colors.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "lvgl.h"
#include <lvgl.h>
namespace tt::lvgl {
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include "lvgl.h"
#include <lvgl.h>
namespace tt::lvgl {
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include "lvgl.h"
#include "../app/AppContext.h"
#include <lvgl.h>
namespace tt::lvgl {