mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-30 09:37:53 -04:00
Merge branch 'clkout_enable' of https://github.com/dqs105/portapack-mayhem into upstream
This commit is contained in:
commit
48ccc1e988
8 changed files with 74 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue