added license

This commit is contained in:
2026-08-04 19:01:20 +02:00
parent d5c0bf0394
commit debec81c48
35 changed files with 60 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "calendar_api.h"
#include "http_client.h"
#include <secrets.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <Arduino.h>
#include <vector>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "departures_api.h"
#include "http_client.h"
#include <secrets.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <Arduino.h>
#include <vector>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "http_client.h"
#include <HTTPClient.h>
#include <WiFi.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <Arduino.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "weather_api.h"
#include "http_client.h"
#include <secrets.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <Arduino.h>
#include <vector>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "data_manager.h"
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <Arduino.h>
#include "api/weather_api.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "display_setup.h"
#include <LovyanGFX.hpp>
#include <driver/i2c.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <lvgl.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "icons.h"
#include <math.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <Arduino.h>
#include <lvgl.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include <Arduino.h>
#include <WiFi.h>
#include <lvgl.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "calendar_detail_screen.h"
#include "ui/widgets/back_button.h"
#include "data/data_manager.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include "ui/screen_base.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "home_screen.h"
#include "ui/widgets/tile_button.h"
#include "icons/icons.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include "ui/screen_base.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "mvg_screen.h"
#include "ui/widgets/back_button.h"
#include "api/departures_api.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include "ui/screen_base.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <lvgl.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "weather_detail_screen.h"
#include "ui/widgets/back_button.h"
#include "data/data_manager.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include "ui/screen_base.h"
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "back_button.h"
#include <theme.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <lvgl.h>
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#include "tile_button.h"
TileButton tile_button_create(lv_obj_t *parent, lv_coord_t x, lv_coord_t y,
+1
View File
@@ -1,3 +1,4 @@
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
#pragma once
#include <lvgl.h>
#include <theme.h>