Skip to content

Commit eac235e

Browse files
committed
InkHUD
1 parent 3061763 commit eac235e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/resource.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export interface DeviceHardware {
1111
requiresDfu?: boolean;
1212
partitionScheme?: string;
1313
hasMui?: boolean;
14+
hasInkHud?: boolean;
1415
}
1516

1617
export const deviceHardwareList: DeviceHardware[] = [
@@ -83,6 +84,7 @@ export const deviceHardwareList: DeviceHardware[] = [
8384
tags: ["LilyGo"],
8485
images: ["t-echo.svg"],
8586
requiresDfu: true,
87+
hasInkHud: true,
8688
},
8789
{
8890
hwModel: 8,
@@ -398,6 +400,7 @@ export const deviceHardwareList: DeviceHardware[] = [
398400
displayName: "Heltec Wireless Paper",
399401
tags: ["Heltec"],
400402
images: ["heltec-wireless-paper.svg"],
403+
hasInkHud: true,
401404
},
402405
{
403406
hwModel: 50,
@@ -542,6 +545,7 @@ export const deviceHardwareList: DeviceHardware[] = [
542545
tags: ["Heltec"],
543546
images: ["heltec-vision-master-e213.svg"],
544547
requiresDfu: true,
548+
hasInkHud: true,
545549
},
546550
{
547551
hwModel: 68,
@@ -554,6 +558,7 @@ export const deviceHardwareList: DeviceHardware[] = [
554558
tags: ["Heltec"],
555559
images: ["heltec-vision-master-e290.svg"],
556560
requiresDfu: true,
561+
hasInkHud: true,
557562
},
558563
{
559564
hwModel: 69,

0 commit comments

Comments
 (0)