Skip to content

Commit 7e24233

Browse files
gmeaderdeadprogram
authored andcommitted
Added info on tinygo drivers compatible with PyBadge
1 parent df93f04 commit 7e24233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microcontrollers/pybadge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3
55

66
The [Adafruit PyBadge](https://www.adafruit.com/product/4200) is a ARM development board based on the Atmel [ATSAMD51J19A](https://www.microchip.com/wwwproducts/en/ATSAMD51J19A) family of SoC.
77

8-
It has many built-in devices, such as a 1.8" 160x128 Color TFT Display, 8 x buttons, 5 x NeoPixels, a triple-axis accelerometer, a light sensor, and a speaker.
8+
It has many built-in devices, such as a 1.8" 160x128 Color TFT Display, 8 x buttons, 5 x NeoPixels, a triple-axis accelerometer, a light sensor, and a speaker. The PyBadge uses the ST7735 display, so you may use the tinygo-org st7735 driver. The accelerometer is the LIS3DH so you may use the tinygo lis3dh driver
99

1010
## Interfaces
1111

0 commit comments

Comments
 (0)