You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/micropython/stmhal/bootloader/ui.h

12 lines
257 B

#ifndef __BOOTLOADER_UI_H__
#define __BOOTLOADER_UI_H__
void screen_welcome(void);
void screen_info(void);
void screen_upload_request(void);
void screen_upload_progress(int permil);
void screen_upload_success(void);
void screen_upload_abort(void);
#endif