Skip to content

Commit 43f987c

Browse files
committed
Added new icon
1 parent 7c6c1b8 commit 43f987c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
min_version_mcu = 0x01050000 # e.g. 1.5 => 1.5.0.0 => 0x01050000
77
file_name = "/root/iota-ledger/download/app.hex"
88
data_size = 0x00000040 # `cat debug/app.map |grep _nvram_data_size | tr -s ' ' | cut -f2 -d' '`
9-
icon_hex = "0100000000ffffff001000800008004002000000050800220208000100840200100081020400200000" # python $(BOLOS_SDK)/icon.py $(ICONNAME) hexbitmaponly
9+
icon_hex = "0100000000ffffff00ffffffffffffffe7ffe75ffffff7e7ffe7fb7ffffffffff2fff3ffffffffffff" # python $(BOLOS_SDK)/icon.py $(ICONNAME) hexbitmaponly
1010
cmd_check_version = "-m get_ledger_version --targetId 0x%08X --minVersionOS 0x%08X --minVersionMCU 0x%08X" % (target_id, min_version_os, min_version_mcu)
1111
cmd_load_app = "-m ledgerblue.loadApp --path \"44'/4218'\" --path \"44'/01'\" --appFlags 0x00 --tlv --targetId 0x%08X --delete --fileName %s --appName \"IOTA\" --appVersion 0.0.1 --dataSize 0x%08X --icon %s" % (target_id, file_name, data_size, icon_hex)
1212

0 commit comments

Comments
 (0)