mirror of
https://github.com/skoelle/wt32sc01-dashboard.git
synced 2026-09-18 01:40:24 +00:00
added license
This commit is contained in:
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
#include <vector>
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
#include <vector>
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
#include <vector>
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
#include "api/weather_api.h"
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <lvgl.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#include "icons.h"
|
||||
#include <math.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
#include <lvgl.h>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#include <Arduino.h>
|
||||
#include <WiFi.h>
|
||||
#include <lvgl.h>
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include "ui/screen_base.h"
|
||||
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include "ui/screen_base.h"
|
||||
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include "ui/screen_base.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <lvgl.h>
|
||||
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include "ui/screen_base.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#include "back_button.h"
|
||||
#include <theme.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <lvgl.h>
|
||||
|
||||
|
||||
@@ -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,3 +1,4 @@
|
||||
// Copyright (c) 2026 Stefan Koelle - https://stefankoelle.de - MIT License
|
||||
#pragma once
|
||||
#include <lvgl.h>
|
||||
#include <theme.h>
|
||||
|
||||
Reference in New Issue
Block a user