Merge branch 'clkout_enable' of https://github.com/dqs105/portapack-mayhem into upstream

This commit is contained in:
dqs105 2020-10-14 20:15:36 +08:00
commit 48ccc1e988
8 changed files with 74 additions and 10 deletions

View file

@ -180,7 +180,7 @@ private:
Color::dark_grey()
};
Image image_clock_status {
ImageButton button_clock_status {
{ 27 * 8, 0 * 16, 2 * 8, 1 * 16 },
&bitmap_icon_clk_int,
Color::light_grey(),
@ -198,6 +198,7 @@ private:
void on_camera();
void on_title();
void refresh();
void on_clk();
MessageHandlerRegistration message_handler_refresh {
Message::ID::StatusRefresh,