mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
4
applications/external/totp/ui/constants.h
vendored
4
applications/external/totp/ui/constants.h
vendored
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define SCREEN_WIDTH 128
|
||||
#define SCREEN_HEIGHT 64
|
||||
#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