Skip to content

Commit b481d8e

Browse files
authored
Add new LilyGo E-paper models to resource list
1 parent 68710f6 commit b481d8e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

src/lib/resource.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,4 +1065,29 @@ export const deviceHardwareList: DeviceHardware[] = [
10651065
partitionScheme: "8MB",
10661066
images: ["tbeam-1w.svg"],
10671067
},
1068+
{
1069+
hwModel: 123,
1070+
hwModelSlug: "T5_S3_EPAPER_PRO",
1071+
platformioTarget: "t5-epaper-s3",
1072+
architecture: "esp32-s3",
1073+
activelySupported: false,
1074+
supportLevel: 1,
1075+
displayName: "LilyGo T5 E-paper S3 Pro",
1076+
tags: ["LilyGo"],
1077+
hasMui: false,
1078+
partitionScheme: "8MB",
1079+
images: ["t5s3-epaper-pro.svg"],
1080+
},
1081+
{
1082+
hwModel: 125,
1083+
hwModelSlug: "MINI_EPAPER_S3",
1084+
platformioTarget: "mini-epaper-s3",
1085+
architecture: "esp32-s3",
1086+
activelySupported: false,
1087+
supportLevel: 1,
1088+
displayName: "LilyGo Mini E-paper S3",
1089+
tags: ["LilyGo"],
1090+
hasMui: false,
1091+
images: ["mini-epaper-s3.svg"],
1092+
},
10681093
];

0 commit comments

Comments
 (0)