Files
Momentum-Firmware/applications/plugins/totp/lib/ui/constants.h
RogueMaster 7d31f2e99b totp updates
2022-09-30 13:42:08 -04:00

10 lines
217 B
C

#ifndef _TOTP_UI_CONSTANTS_H_
#define _TOTP_UI_CONSTANTS_H_
#define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 64
#define SCREEN_WIDTH_CENTER (SCREEN_WIDTH >> 1)
#define SCREEN_HEIGHT_CENTER (SCREEN_HEIGHT >> 1)
#endif