Skip to content

Commit

Permalink
ili9341: add support for atsame5x
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 authored and deadprogram committed Mar 11, 2022
1 parent 6df9247 commit 24db8b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ili9341/spi.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !atsamd51 && !atsamd21
// +build !atsamd51,!atsamd21
//go:build !atsamd51 && !atsame5x && !atsamd21
// +build !atsamd51,!atsame5x,!atsamd21

package ili9341

Expand Down
4 changes: 2 additions & 2 deletions ili9341/spi_atsamd51.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build atsamd51
// +build atsamd51
//go:build atsamd51 || atsame5x
// +build atsamd51 atsame5x

package ili9341

Expand Down

0 comments on commit 24db8b4

Please sign in to comment.