mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-22 07:29:03 +00:00
touch to pop splash (#2260)
* touch to pop * debug * have to add another var * works but since touch screen is laggy, it's tricky * tune to single touch * remove debug things * safer with sleep * textual * @HTotoo resolved the sleep issue * use pop handler in another place (button)
This commit is contained in:
@@ -343,7 +343,11 @@ class BMPView : public View {
|
||||
void paint(Painter&) override;
|
||||
void focus() override;
|
||||
|
||||
bool on_touch(const TouchEvent event) override;
|
||||
void handle_pop();
|
||||
|
||||
private:
|
||||
NavigationView& nav_;
|
||||
Button button_done{
|
||||
{240, 0, 1, 1},
|
||||
""};
|
||||
|
||||
Reference in New Issue
Block a user