add support for hardware rtc, not sure if this version won't crash

This commit is contained in:
2026-01-11 12:04:40 +01:00
parent 06de03a16d
commit a4346aa4f1
22 changed files with 813 additions and 88 deletions

20
lib/RX8010SJ/library.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "RX8010SJ",
"version": "1.03",
"repository":
{
"type": "git",
"url": "https://github.com/Wh1teRabbitHU/RX8010SJ"
},
"authors":
[
{
"name": "Wh1teRabbitHU",
"email": "ruszka.tamas@gmail.com",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "TFT_eSPI.h"
}