Initial commit
This commit is contained in:
commit
56569b8ed2
85 changed files with 39036 additions and 0 deletions
18
src/screens/blockheight.hpp
Normal file
18
src/screens/blockheight.hpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#pragma once
|
||||
|
||||
#include "base.hpp"
|
||||
#include "config.h"
|
||||
#include "shared.hpp"
|
||||
#include "tasks/epd.hpp"
|
||||
#include "tasks/blocknotify.hpp"
|
||||
|
||||
class BlockHeightScreen {
|
||||
protected:
|
||||
static uint blockNr;
|
||||
static std::array<String, 7> epdContent;
|
||||
public:
|
||||
static void init();
|
||||
static void showScreen();
|
||||
static void onNewBlock(uint blockNr);
|
||||
static std::array<String, 7> getEpdContent();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue