2024-03-16 09:15:32 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "shared.hpp"
|
|
|
|
#include "fonts/fonts.hpp"
|
|
|
|
|
|
|
|
void setupDisplay();
|
|
|
|
|
|
|
|
void showSetupText(String t);
|
2024-03-17 01:15:59 +00:00
|
|
|
void updateRow1(String c, char icon);
|
|
|
|
void updateRow2(String c, char icon);
|
|
|
|
void updateRow3(String c, char icon);
|
2024-03-16 09:15:32 +00:00
|
|
|
void updateRows(String row1Content, String row2Content, String row3Content);
|