11 Commits

Author SHA1 Message Date
Stanislav Khromov
82e6f846bc Update SDCardManager.h 2026-01-15 00:48:45 +01:00
Stanislav Khromov
eff8126db8 feat: add format function 2026-01-14 01:37:17 +01:00
Yaroslav Nychkalo
fe766f15cb
add SdManager rename method (#11)
This is going to be used in Rename/Move files and folders functionality
(on web)
2026-01-02 17:50:38 +11:00
Justinian
0589632f17
fix: add missing #include <string> to SDCardManager.h (#12)
The SDCardManager.h header uses std::string in function signatures but
doesn't include the <string> header, causing build failures.

Co-authored-by: ratedcounsel <hello@ratedcounsel.com>
2026-01-02 17:50:17 +11:00
Dave Allie
bd4e670750
[SDCardManager] Use SdFat for exFAT support (#10)
- Migrate over to SdFat for exFAT support
- Add new utilities:
  - `openFileForWrite`
  - `openFileForRead`
  - `removeDir`
- Sets up a singleton and macro to access it (`SdMan`)
2025-12-30 16:02:18 +11:00
Dave Allie
06b4cf0c71
Update InputManager to record any button hold time 2025-12-06 11:32:45 +11:00
Dave Allie
9b7d94f06e
Merge pull request #2 from open-x4-epaper/feature/input-manager
Input Manager from microreader
2025-12-06 04:16:26 +11:00
CaptainFrito
ed787691d9 Input Manager 2025-12-04 19:34:29 +07:00
CaptainFrito
11b112da6f SD card manager from microreader 2025-12-04 19:20:21 +07:00
Dave Allie
d52cab5735
Fix imports in BatteryMonitor 2025-12-02 22:36:53 +11:00
Dave Allie
4e89230e5a
Add BatteryMonitor lib
Authored by @CrazyCoder in https://github.com/CidVonHighwind/xteink-x4-sample/pull/4
Pulled into community-sdk
2025-12-02 22:26:44 +11:00