You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
201 B
C

#ifndef SETTINGS_H
#define SETTINGS_H
#include "ArduinoNvs.h"
extern uint16_t COLOR_FG;
extern uint16_t COLOR_BG;
void setupSettings();
void settingsFactoryReset();
void loadSettingsColor();
#endif