2016-10-03 14:17:49 +00:00
|
|
|
#ifndef __BOOTLOADER_UI_H__
|
|
|
|
#define __BOOTLOADER_UI_H__
|
|
|
|
|
2017-02-11 15:47:36 +00:00
|
|
|
#define ui_WHITE 0xFFFF
|
|
|
|
#define ui_BLACK 0x0000
|
|
|
|
|
|
|
|
void screen_stage1(void);
|
|
|
|
void screen_stage2_jump(void);
|
|
|
|
void screen_stage2_invalid(void);
|
2016-10-03 14:17:49 +00:00
|
|
|
|
|
|
|
#endif
|