mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Update TOTP
https://github.com/akopachov/flipper-zero_authenticator/releases/tag/v1.5.0
This commit is contained in:
6
applications/plugins/totp/ui/constants.h
Normal file
6
applications/plugins/totp/ui/constants.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define SCREEN_WIDTH 128
|
||||
#define SCREEN_HEIGHT 64
|
||||
#define SCREEN_WIDTH_CENTER (SCREEN_WIDTH >> 1)
|
||||
#define SCREEN_HEIGHT_CENTER (SCREEN_HEIGHT >> 1)
|
||||
Reference in New Issue
Block a user