mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 13:48:35 -07:00
BLE Spam icon in app
This commit is contained in:
2
applications/external/ble_spam/ble_spam.c
vendored
2
applications/external/ble_spam/ble_spam.c
vendored
@@ -204,7 +204,7 @@ static void draw_callback(Canvas* canvas, void* ctx) {
|
|||||||
const Protocol* protocol = attack ? attack->protocol : NULL;
|
const Protocol* protocol = attack ? attack->protocol : NULL;
|
||||||
|
|
||||||
canvas_set_font(canvas, FontSecondary);
|
canvas_set_font(canvas, FontSecondary);
|
||||||
canvas_draw_icon(canvas, 4, 3, protocol ? protocol->icon : &I_ble);
|
canvas_draw_icon(canvas, 4 - !protocol, 3, protocol ? protocol->icon : &I_ble_spam);
|
||||||
canvas_draw_str(canvas, 14, 12, "BLE Spam");
|
canvas_draw_str(canvas, 14, 12, "BLE Spam");
|
||||||
|
|
||||||
switch(state->index) {
|
switch(state->index) {
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 4.2 KiB |
Reference in New Issue
Block a user