mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-20 00:48:11 -07:00
10 lines
182 B
C
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
|