Functional menu

This commit is contained in:
Lewis Jackson 2023-05-29 20:00:46 +03:00
parent 5b7ef1c24f
commit 06839fa806
6 changed files with 160 additions and 30 deletions

View file

@ -1,3 +1,5 @@
#include <Wire.h>
#define MENU_BTN_PIN 26
#define BACK_BTN_PIN 25
#define DOWN_BTN_PIN 4
@ -22,6 +24,8 @@
#define DISPLAY_WIDTH 200
#define DISPLAY_HEIGHT 200
#define WIFI_SSID "<my ssid>>"
#define WIFI_PASS "<my pass>"
#define TZ_OFFSET 3600 * 3
#define WIFI_SSID "<ssid>"
#define WIFI_PASS "<pass>"
#define TZ_OFFSET 3600 * 3
#define NTP_SERVER "pool.ntp.org"