[FL-2727, FL-2749] New icon in BLE remote app #1644
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
9bfb641d3e
commit
b0daa601ad
@ -17,7 +17,7 @@ static void power_unplug_usb_draw_callback(Canvas* canvas, void* _model) {
|
|||||||
canvas_set_color(canvas, ColorWhite);
|
canvas_set_color(canvas, ColorWhite);
|
||||||
canvas_set_font(canvas, FontPrimary);
|
canvas_set_font(canvas, FontPrimary);
|
||||||
elements_multiline_text_aligned(
|
elements_multiline_text_aligned(
|
||||||
canvas, 64, 32, AlignCenter, AlignCenter, "It's now safe to unplug\nUSB cable");
|
canvas, 64, 32, AlignCenter, AlignCenter, "It's now safe to unplug\nthe USB cable");
|
||||||
}
|
}
|
||||||
|
|
||||||
PowerUnplugUsb* power_unplug_usb_alloc() {
|
PowerUnplugUsb* power_unplug_usb_alloc() {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in New Issue
Block a user