[FL-1922] Assets compression (#773)
* lib: add heatshrink compress library * canvas: new icons format * scripts: add icons compression to assets generation script * assets: update assets * furi-hal: introduce furi-hal-compress * canvas: rework icon drawing with furi-hal-compress * lib: rework heatshrink lib for dynamic buffer allocation API * furi-hal-compress: add encode and decode API * furi-hal-compress: working decode * furi-hal-compress: support f6 target * scripts: format sources * furi-hal-compress: fix incorrect encoder reset * furi-hal: add compress initialization to f6 target Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -116,3 +116,7 @@ C_SOURCES += $(wildcard $(LIB_DIR)/libusb_stm32/src/*.c)
|
||||
# protobuf
|
||||
CFLAGS += -I$(LIB_DIR)/nanopb
|
||||
C_SOURCES += $(wildcard $(LIB_DIR)/nanopb/*.c)
|
||||
|
||||
# heatshrink
|
||||
CFLAGS += -I$(LIB_DIR)/heatshrink
|
||||
C_SOURCES += $(wildcard $(LIB_DIR)/heatshrink/*.c)
|
||||
|
Reference in New Issue
Block a user