Skip to content

Commit 24db8b4

Browse files
sago35deadprogram
authored andcommitted
ili9341: add support for atsame5x
1 parent 6df9247 commit 24db8b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ili9341/spi.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !atsamd51 && !atsamd21
2-
// +build !atsamd51,!atsamd21
1+
//go:build !atsamd51 && !atsame5x && !atsamd21
2+
// +build !atsamd51,!atsame5x,!atsamd21
33

44
package ili9341
55

ili9341/spi_atsamd51.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build atsamd51
2-
// +build atsamd51
1+
//go:build atsamd51 || atsame5x
2+
// +build atsamd51 atsame5x
33

44
package ili9341
55

0 commit comments

Comments
 (0)