2014-04-29 12:26:51 +00:00
|
|
|
/*
|
2017-11-05 16:46:34 +00:00
|
|
|
* This file is part of the TREZOR project, https://trezor.io/
|
2014-04-29 12:26:51 +00:00
|
|
|
*
|
|
|
|
* Copyright (C) 2014 Pavol Rusnak <stick@satoshilabs.com>
|
|
|
|
*
|
|
|
|
* This library is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __LAYOUT2_H__
|
|
|
|
#define __LAYOUT2_H__
|
|
|
|
|
|
|
|
#include "layout.h"
|
2017-10-30 21:13:09 +00:00
|
|
|
#include "coins.h"
|
2016-06-08 15:55:25 +00:00
|
|
|
#include "bitmaps.h"
|
2017-05-30 16:41:02 +00:00
|
|
|
#include "bignum.h"
|
2017-11-03 17:54:02 +00:00
|
|
|
#include "trezor.h"
|
2014-04-29 12:26:51 +00:00
|
|
|
|
2018-07-10 14:58:00 +00:00
|
|
|
#include "messages-bitcoin.pb.h"
|
|
|
|
#include "messages-crypto.pb.h"
|
|
|
|
#include "messages-nem.pb.h"
|
|
|
|
|
2016-08-26 16:50:10 +00:00
|
|
|
extern void *layoutLast;
|
|
|
|
|
2017-11-03 17:56:55 +00:00
|
|
|
#if DEBUG_LINK
|
|
|
|
#define layoutSwipe oledClear
|
|
|
|
#else
|
|
|
|
#define layoutSwipe oledSwipeLeft
|
|
|
|
#endif
|
2017-11-03 17:54:02 +00:00
|
|
|
|
2016-06-08 15:55:25 +00:00
|
|
|
void layoutDialogSwipe(const BITMAP *icon, const char *btnNo, const char *btnYes, const char *desc, const char *line1, const char *line2, const char *line3, const char *line4, const char *line5, const char *line6);
|
2014-12-21 17:58:56 +00:00
|
|
|
void layoutProgressSwipe(const char *desc, int permil);
|
2014-04-29 12:26:51 +00:00
|
|
|
|
2015-04-13 17:52:38 +00:00
|
|
|
void layoutScreensaver(void);
|
2014-04-29 12:26:51 +00:00
|
|
|
void layoutHome(void);
|
2018-08-27 17:06:11 +00:00
|
|
|
void layoutConfirmOutput(const CoinInfo *coin, const TxOutputType *out);
|
2017-11-15 14:42:56 +00:00
|
|
|
void layoutConfirmOpReturn(const uint8_t *data, uint32_t size);
|
2017-10-30 21:13:09 +00:00
|
|
|
void layoutConfirmTx(const CoinInfo *coin, uint64_t amount_out, uint64_t amount_fee);
|
|
|
|
void layoutFeeOverThreshold(const CoinInfo *coin, uint64_t fee);
|
2014-04-29 12:26:51 +00:00
|
|
|
void layoutSignMessage(const uint8_t *msg, uint32_t len);
|
2018-09-06 12:37:42 +00:00
|
|
|
void layoutVerifyAddress(const CoinInfo *coin, const char *address);
|
2014-06-02 18:40:20 +00:00
|
|
|
void layoutVerifyMessage(const uint8_t *msg, uint32_t len);
|
2014-06-07 12:21:59 +00:00
|
|
|
void layoutCipherKeyValue(bool encrypt, const char *key);
|
2014-11-15 01:01:21 +00:00
|
|
|
void layoutEncryptMessage(const uint8_t *msg, uint32_t len, bool signing);
|
|
|
|
void layoutDecryptMessage(const uint8_t *msg, uint32_t len, const char *address);
|
2017-09-04 06:12:33 +00:00
|
|
|
void layoutResetWord(const char *word, int pass, int word_pos, bool last);
|
2018-10-22 13:15:15 +00:00
|
|
|
void layoutAddress(const char *address, const char *desc, bool qrcode, bool ignorecase, const uint32_t *address_n, size_t address_n_count, bool address_is_account);
|
2015-11-19 10:48:26 +00:00
|
|
|
void layoutPublicKey(const uint8_t *pubkey);
|
2015-02-20 19:22:05 +00:00
|
|
|
void layoutSignIdentity(const IdentityType *identity, const char *challenge);
|
2016-07-14 16:11:20 +00:00
|
|
|
void layoutDecryptIdentity(const IdentityType *identity);
|
2016-06-09 16:11:19 +00:00
|
|
|
void layoutU2FDialog(const char *verb, const char *appname, const BITMAP *appicon);
|
2017-07-20 21:58:19 +00:00
|
|
|
|
|
|
|
void layoutNEMDialog(const BITMAP *icon, const char *btnNo, const char *btnYes, const char *desc, const char *line1, const char *address);
|
|
|
|
void layoutNEMTransferXEM(const char *desc, uint64_t quantity, const bignum256 *multiplier, uint64_t fee);
|
2017-07-01 13:38:04 +00:00
|
|
|
void layoutNEMNetworkFee(const char *desc, bool confirm, const char *fee1_desc, uint64_t fee1, const char *fee2_desc, uint64_t fee2);
|
2018-08-27 17:06:11 +00:00
|
|
|
void layoutNEMTransferMosaic(const NEMMosaicDefinition *definition, uint64_t quantity, const bignum256 *multiplier, uint8_t network);
|
2017-07-20 21:58:19 +00:00
|
|
|
void layoutNEMTransferUnknownMosaic(const char *namespace, const char *mosaic, uint64_t quantity, const bignum256 *multiplier);
|
2017-05-30 16:41:02 +00:00
|
|
|
void layoutNEMTransferPayload(const uint8_t *payload, size_t length, bool encrypted);
|
2017-07-22 18:02:41 +00:00
|
|
|
void layoutNEMMosaicDescription(const char *description);
|
2018-08-27 17:06:11 +00:00
|
|
|
void layoutNEMLevy(const NEMMosaicDefinition *definition, uint8_t network);
|
2014-04-29 12:26:51 +00:00
|
|
|
|
2017-10-09 19:05:59 +00:00
|
|
|
void layoutCosiCommitSign(const uint32_t *address_n, size_t address_n_count, const uint8_t *data, uint32_t len, bool final_sign);
|
2017-10-03 11:11:53 +00:00
|
|
|
|
2018-06-11 17:13:34 +00:00
|
|
|
const char **split_message(const uint8_t *msg, uint32_t len, uint32_t rowlen);
|
2018-09-19 16:45:50 +00:00
|
|
|
const char **split_message_hex(const uint8_t *msg, uint32_t len);
|
2018-09-06 15:41:48 +00:00
|
|
|
bool is_valid_ascii(const uint8_t *data, uint32_t size);
|
2018-06-11 17:13:34 +00:00
|
|
|
|
2014-04-29 12:26:51 +00:00
|
|
|
#endif
|