mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
addding some great plugins to be preinstalled
and running fbt format, and fixing TOTP printf format
This commit is contained in:
12
applications/plugins/totp/services/ui/icons.h
Normal file
12
applications/plugins/totp/services/ui/icons.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#define ICON_ARROW_LEFT_8x9_WIDTH 8
|
||||
#define ICON_ARROW_LEFT_8x9_HEIGHT 9
|
||||
static const uint8_t ICON_ARROW_LEFT_8x9[] = {0x80, 0xe0, 0xf8, 0xfe, 0xff, 0xfe, 0xf8, 0xe0, 0x80};
|
||||
|
||||
#define ICON_ARROW_RIGHT_8x9_WIDTH 8
|
||||
#define ICON_ARROW_RIGHT_8x9_HEIGHT 9
|
||||
static const uint8_t ICON_ARROW_RIGHT_8x9[] =
|
||||
{0x01, 0x07, 0x1f, 0x7f, 0xff, 0x7f, 0x1f, 0x07, 0x01};
|
||||
Reference in New Issue
Block a user