mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
fix icon & compiler flags
This commit is contained in:
@@ -756,6 +756,7 @@ const Icon A_FileManager_14 = {.width=14,.height=14,.frame_count=10,.frame_rate=
|
||||
const Icon A_GPIO_14 = {.width=14,.height=14,.frame_count=8,.frame_rate=3,.frames=_A_GPIO_14};
|
||||
const Icon A_Games_14 = {.width=14,.height=14,.frame_count=9,.frame_rate=3,.frames=_A_Games_14};
|
||||
const Icon A_Infrared_14 = {.width=14,.height=14,.frame_count=6,.frame_rate=3,.frames=_A_Infrared_14};
|
||||
const Icon A_MusicPlayer_14 = {.width=14,.height=14,.frame_count=5,.frame_rate=3,.frames=_A_MusicPlayer_14};
|
||||
const Icon A_NFC_14 = {.width=14,.height=14,.frame_count=4,.frame_rate=3,.frames=_A_NFC_14};
|
||||
const Icon A_Passport_14 = {.width=14,.height=14,.frame_count=10,.frame_rate=3,.frames=_A_Passport_14};
|
||||
const Icon A_Plugins_14 = {.width=14,.height=14,.frame_count=9,.frame_rate=3,.frames=_A_Plugins_14};
|
||||
|
||||
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_0.png
Normal file
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 149 B |
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_1.png
Normal file
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 148 B |
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_2.png
Normal file
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 141 B |
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_3.png
Normal file
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 147 B |
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_4.png
Normal file
BIN
assets/icons/MainMenu/MusicPlayer_14/frame_4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 B |
1
assets/icons/MainMenu/MusicPlayer_14/frame_rate
Normal file
1
assets/icons/MainMenu/MusicPlayer_14/frame_rate
Normal file
@@ -0,0 +1 @@
|
||||
3
|
||||
@@ -19,9 +19,8 @@ endif
|
||||
MCU_FLAGS = -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard
|
||||
|
||||
# Warnings configuration
|
||||
CFLAGS += -Wall -Wextra -Wredundant-decls -Wdouble-promotion
|
||||
CFLAGS += $(MCU_FLAGS) -DSTM32WB55xx -Wall -fdata-sections -ffunction-sections
|
||||
|
||||
CFLAGS += $(MCU_FLAGS) -DSTM32WB55xx -fdata-sections -ffunction-sections -fsingle-precision-constant
|
||||
LDFLAGS += $(MCU_FLAGS) -specs=nosys.specs -specs=nano.specs
|
||||
|
||||
CPPFLAGS += -fno-rtti -fno-use-cxa-atexit -fno-exceptions
|
||||
|
||||
Reference in New Issue
Block a user