mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
16 lines
248 B
C
16 lines
248 B
C
/*
|
|
* Copyright (c) Pavol Rusnak, SatoshiLabs
|
|
*
|
|
* Licensed under TREZOR License
|
|
* see LICENSE file for details
|
|
*/
|
|
|
|
#ifndef __OPTIONS_H__
|
|
#define __OPTIONS_H__
|
|
|
|
#define DISPLAY_RESX 240
|
|
#define DISPLAY_RESY 240
|
|
#define DISPLAY_BORDER 16
|
|
|
|
#endif
|