Asset packs in FAPs + cleanup unused icons

This commit is contained in:
Willy-JL
2023-06-29 02:03:32 +02:00
parent 3cbf932bd1
commit 8f37a6a79d
237 changed files with 268 additions and 85 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 966 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +1,7 @@
#include "weather_station_receiver.h"
#include "../weather_station_app_i.h"
#include <weather_station_icons.h>
#include <assets_icons.h>
#include <math.h>
#include <input/input.h>

View File

@@ -1,6 +1,7 @@
#include "weather_station_receiver.h"
#include "../weather_station_app_i.h"
#include "weather_station_icons.h"
#include <assets_icons.h>
#include "../protocols/ws_generic.h"
#include <input/input.h>
#include <gui/elements.h>