Just as a test, added a third screen with graphics.

This commit is contained in:
2026-06-22 17:29:41 +03:00
parent a08228265d
commit be6670b982
5 changed files with 66 additions and 36 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef SCREENS_H
#define SCREENS_H
#include <U8g2lib.h>
void drawScreen1(U8G2 &u8g2);
void drawScreen2(U8G2 &u8g2);
void drawWeatherIconScreen(U8G2 &u8g2);
#endif