mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
addding some great plugins to be preinstalled
and running fbt format, and fixing TOTP printf format
This commit is contained in:
6
applications/plugins/totp/services/ui/constants.h
Normal file
6
applications/plugins/totp/services/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