mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
remove unused icon, update api symbols and unirf
This commit is contained in:
parent
e2123c55bb
commit
2c85adb270
3 changed files with 3 additions and 2 deletions
|
@ -790,7 +790,7 @@ static void render_callback(Canvas* canvas, void* ctx) {
|
|||
break;
|
||||
case 1:
|
||||
canvas_draw_icon(canvas, 113, 15, &I_Pin_cell_13x13);
|
||||
canvas_draw_icon(canvas, 116, 17, &I_Pin_arrow_up7x9);
|
||||
canvas_draw_icon(canvas, 116, 17, &I_Pin_arrow_up_7x9);
|
||||
break;
|
||||
case 2:
|
||||
canvas_draw_icon(canvas, 113, 15, &I_Pin_cell_13x13);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB |
|
@ -4195,7 +4195,7 @@ Variable,+,I_RFIDDolphinReceive_97x61,const Icon,
|
|||
Variable,+,I_RFIDDolphinSend_97x61,const Icon,
|
||||
Variable,+,I_RFIDDolphinSuccess_108x57,const Icon,
|
||||
Variable,+,I_RFIDSmallChip_14x14,const Icon,
|
||||
Variable,+,I_Restoring,const Icon,
|
||||
Variable,+,I_Restoring_38x32,const Icon,
|
||||
Variable,+,I_Right_mouse_icon_9x9,const Icon,
|
||||
Variable,+,I_Rotate_25x27,const Icon,
|
||||
Variable,+,I_Rotate_hvr_25x27,const Icon,
|
||||
|
@ -4591,6 +4591,7 @@ Variable,-,subghz_protocol_nice_flo_encoder,const SubGhzProtocolEncoder,
|
|||
Variable,-,subghz_protocol_nice_flor_s,const SubGhzProtocol,
|
||||
Variable,-,subghz_protocol_nice_flor_s_decoder,const SubGhzProtocolDecoder,
|
||||
Variable,-,subghz_protocol_nice_flor_s_encoder,const SubGhzProtocolEncoder,
|
||||
Variable,-,subghz_protocol_oregon2,const SubGhzProtocol,
|
||||
Variable,-,subghz_protocol_phoenix_v2,const SubGhzProtocol,
|
||||
Variable,-,subghz_protocol_phoenix_v2_decoder,const SubGhzProtocolDecoder,
|
||||
Variable,-,subghz_protocol_phoenix_v2_encoder,const SubGhzProtocolEncoder,
|
||||
|
|
|
Loading…
Reference in a new issue