Skip to content

Commit a399164

Browse files
authored
Merge pull request magicmonkey#34 from techpoet/origv2_support
add origv2 device specific
2 parents ea3d7d7 + 3a7fa1b commit a399164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func resizeAndRotate(img image.Image, width, height int, devname string) image.I
2525

2626
func deviceSpecifics(devName string, width, height int) (*gift.GIFT, error) {
2727
switch devName {
28-
case "Streamdeck XL":
28+
case "Streamdeck XL", "Streamdeck (original v2)":
2929
return gift.New(
3030
gift.Resize(width, height, gift.LanczosResampling),
3131
gift.Rotate180(),

0 commit comments

Comments
 (0)