A lot of memory consumption improvements
This commit is contained in:
parent
0bf60d160f
commit
e1648a9a42
24 changed files with 135 additions and 105 deletions
|
@ -9,10 +9,10 @@
|
|||
class BlockHeightScreen {
|
||||
protected:
|
||||
static uint blockNr;
|
||||
static std::array<String, 7> epdContent;
|
||||
static std::array<String, NUM_SCREENS> epdContent;
|
||||
public:
|
||||
static void init();
|
||||
static void showScreen();
|
||||
static void onNewBlock(uint blockNr);
|
||||
static std::array<String, 7> getEpdContent();
|
||||
static std::array<String, NUM_SCREENS> getEpdContent();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue