x1000: bootloader: add screenshot function

Screenshots of the recovery menu will be useful for documentation.

This can be disabled by turning off HAVE_BOOTLOADER_SCREENDUMP in
the target config file if the bootloader should ever run up against
max size limits.

Change-Id: I62ec1e465df2ca7a8a0e78625d88b31f6c4ef078
This commit is contained in:
Aidan MacDonald 2022-03-20 13:07:39 +00:00
parent 4cf36dfbf3
commit 5160c90690
7 changed files with 47 additions and 4 deletions

View file

@ -128,3 +128,4 @@
#define HAVE_QUICKSCREEN
#define HAVE_HOTKEY
#define AB_REPEAT_ENABLE
#define HAVE_BOOTLOADER_SCREENDUMP