8 lines
172 B
C
8 lines
172 B
C
#pragma once
|
|
#include <Arduino.h>
|
|
#include "state.h"
|
|
|
|
void displayBegin();
|
|
void displaySplash(const char* line1, const char* line2);
|
|
void displayRender(const AppState& s);
|