C++ refactoring (#91)

This commit is contained in:
Ken Van Hoeylandt
2024-11-26 17:51:05 +01:00
committed by GitHub
parent d06137ba76
commit ca5d4b8226
159 changed files with 904 additions and 1086 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
#include "display_i.h"
#include "touch_i.h"
#include "Ui/LvglSync.h"
#include "ui/LvglSync.h"
bool ws3t_init_lvgl() {
tt::lvgl::sync_set(&ws3t_display_lock, &ws3t_display_unlock);
tt::lvgl::syncSet(&ws3t_display_lock, &ws3t_display_unlock);
lv_display_t* display = ws3t_display_create();
if (display == nullptr) {
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include "Hal/Configuration.h"
#include "hal/Configuration.h"
// Waveshare S3 Touch LCD 4.3
extern const tt::hal::Configuration waveshare_s3_touch;