[FL-2937] Remove resources from API to prevent frequent API version increase (#1935)
* Remove all icons from API * Music player: icons * Signal generator: icons * Bt hid: icons * Weather station: icons * Picopass: icons * File browser test: icons * Example images: documentation * Remove global assets header * Fix picopass Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
BIN
applications/plugins/weather_station/images/Lock_7x8.png
Normal file
BIN
applications/plugins/weather_station/images/Lock_7x8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/weather_station/images/Quest_7x8.png
Normal file
BIN
applications/plugins/weather_station/images/Quest_7x8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
applications/plugins/weather_station/images/Scanning_123x52.png
Normal file
BIN
applications/plugins/weather_station/images/Scanning_123x52.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
applications/plugins/weather_station/images/Unlock_7x8.png
Normal file
BIN
applications/plugins/weather_station/images/Unlock_7x8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@@ -1,11 +1,10 @@
|
||||
#include "weather_station_receiver.h"
|
||||
#include "../weather_station_app_i.h"
|
||||
#include "weather_station_icons.h"
|
||||
#include <weather_station_icons.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <input/input.h>
|
||||
#include <gui/elements.h>
|
||||
#include <assets_icons.h>
|
||||
#include <m-array.h>
|
||||
|
||||
#define FRAME_HEIGHT 12
|
||||
|
Reference in New Issue
Block a user