diff --git a/_board/pybadge.md b/_board/pybadge.md index 5850af38..c0e40887 100644 --- a/_board/pybadge.md +++ b/_board/pybadge.md @@ -4,7 +4,7 @@ board_id: "pybadge" title: "PyBadge Download" name: "PyBadge" manufacturer: "Adafruit" -board_url: "" +board_url: "https://www.adafruit.com/product/4200" board_image: "pybadge.jpg" features: - Display diff --git a/_board/pybadge_wifi.md b/_board/pybadge_wifi.md new file mode 100644 index 00000000..5b744489 --- /dev/null +++ b/_board/pybadge_wifi.md @@ -0,0 +1,21 @@ +--- +layout: download +board_id: "pybadge_wifi" +title: "PyBadge WiFi Download" +name: "PyBadge WiFi" +manufacturer: "Adafruit" +board_url: "" +board_image: "pybadge_wifi.jpg" +features: + - Display + - Speaker + - Feather-compatible + - Battery Charging + - Wi-Fi +--- + +The PyBadge WiFi is coming soon from Adafruit, check out the weekly "Top Secret" segment on ASK AN ENGINEER or the upcoming new product videos on [YouTube](https://www.youtube.com/adafruit). + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md). diff --git a/_board/pygamer advance.md b/_board/pygamer advance.md new file mode 100644 index 00000000..63c6e733 --- /dev/null +++ b/_board/pygamer advance.md @@ -0,0 +1,20 @@ +--- +layout: download +board_id: "pygamer_advance" +title: "PyGamer Advance Download" +name: "PyGamer" +manufacturer: "Adafruit" +board_url: "" +board_image: "pygamer_advance.jpg" +features: + - Display + - Speaker + - Feather-compatible + - Battery Charging +--- + +The PyGamer Advance is coming soon from Adafruit, check out the weekly "Top Secret" segment on ASK AN ENGINEER or the upcoming new product videos on [YouTube](https://www.youtube.com/adafruit). + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md). diff --git a/assets/images/boards/large/pybadge_wifi.jpg b/assets/images/boards/large/pybadge_wifi.jpg new file mode 100644 index 00000000..584b5bc5 Binary files /dev/null and b/assets/images/boards/large/pybadge_wifi.jpg differ diff --git a/assets/images/boards/large/pygamer_advance.jpg b/assets/images/boards/large/pygamer_advance.jpg new file mode 100644 index 00000000..9854c6f6 Binary files /dev/null and b/assets/images/boards/large/pygamer_advance.jpg differ diff --git a/assets/images/boards/original/pybadge_wifi.jpg b/assets/images/boards/original/pybadge_wifi.jpg new file mode 100644 index 00000000..f4772fc9 Binary files /dev/null and b/assets/images/boards/original/pybadge_wifi.jpg differ diff --git a/assets/images/boards/original/pygamer_advance.jpg b/assets/images/boards/original/pygamer_advance.jpg new file mode 100644 index 00000000..df4ca552 Binary files /dev/null and b/assets/images/boards/original/pygamer_advance.jpg differ diff --git a/assets/images/boards/small/pybadge_wifi.jpg b/assets/images/boards/small/pybadge_wifi.jpg new file mode 100644 index 00000000..40de7d53 Binary files /dev/null and b/assets/images/boards/small/pybadge_wifi.jpg differ diff --git a/assets/images/boards/small/pygamer_advance.jpg b/assets/images/boards/small/pygamer_advance.jpg new file mode 100644 index 00000000..98b6cc73 Binary files /dev/null and b/assets/images/boards/small/pygamer_advance.jpg differ