Add NVS storage handler and integrate with main application logic

This commit is contained in:
GW_MC
2026-01-18 14:46:25 +08:00
parent e458256193
commit d339a1f4c3
7 changed files with 135 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
// 800x480 = 384,000 pixels
#define EINK_WIDTH 800
@@ -11,4 +12,5 @@
#define SYSTEM_START_BIT (1 << 2)
//
#define DISPLAY_READY_BIT (1 << 1)
#define TOUCH_CALIBRATED_BIT (1 << 2)
#define TOUCH_CALIBRATED_BIT (1 << 2)
#define STORAGE_READY_BIT (1 << 3)

View File

@@ -1,3 +1,4 @@
#pragma once
#include <indev/lv_indev.h>
typedef enum {