Files
arduino-info-display/include/screens.h
T

11 lines
167 B
C

#ifndef SCREENS_H
#define SCREENS_H
#include <U8g2lib.h>
void drawScreen1(U8G2 &u8g2);
void drawScreen2(U8G2 &u8g2);
void drawWeatherIconScreen(U8G2 &u8g2);
#endif