Files
Momentum-Firmware/applications/plugins/totp/lib/ui/constants.h
T
RogueMaster 43b62bd2a5 TOTP
2022-09-28 16:43:02 -04:00

10 lines
182 B
C

#ifndef _TOTP_UI_CONSTANTS_H_
#define _TOTP_UI_CONSTANTS_H_
#define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 64
#define SCREEN_WIDTH_CENTER 64
#define SCREEN_HEIGHT_CENTER 32
#endif