OrangeBTClock/src/epd.hpp
2024-03-16 10:15:32 +01:00

12 lines
No EOL
273 B
C++

#pragma once
#include "shared.hpp"
#include "fonts/fonts.hpp"
void setupDisplay();
void showSetupText(String t);
void updateRow1(String c);
void updateRow2(String c);
void updateRow3(String c);
void updateRows(String row1Content, String row2Content, String row3Content);