Added a menu to check info

This commit is contained in:
2026-06-23 19:27:43 +03:00
parent 5e88eee23b
commit 76606c00e3
5 changed files with 215 additions and 8 deletions
+7
View File
@@ -33,6 +33,13 @@ void drawScreen1(U8G2 &u8g2)
u8g2.drawStr(0, 20, "Screen 1");
}
void drawHelloWorldScreen(U8G2 &u8g2)
{
u8g2.setFont(u8g2_font_ncenB14_tr);
u8g2.drawStr(0, 30, "Hello");
u8g2.drawStr(0, 54, "world");
}
void setEnvironmentReading(Am2302Reading reading)
{
environmentReading = reading;