Skip to content

Commit

Permalink
Merge pull request #19 from MK16kawai/dev
Browse files Browse the repository at this point in the history
update spi st7789 example
  • Loading branch information
Neutree authored Jun 17, 2024
2 parents 4e0becc + c2fa95a commit 8c02a02
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 430 deletions.
2 changes: 1 addition & 1 deletion examples/peripheral/spi/spi_loopback.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if 0 != pinmap.set_pin_function(pin, func):
print(f"Failed: pin{pin}, func{func}")
exit(-1)


spidev = spi.SPI(4, spi.Mode.MASTER, 1250000)

Expand Down
Loading

0 comments on commit 8c02a02

Please sign in to comment.