update readmes

This commit is contained in:
Hel Gibbons 2023-03-13 17:12:29 +00:00
parent 0138980849
commit 9730fee753
2 changed files with 13 additions and 5 deletions

View File

@ -107,6 +107,7 @@ We also maintain a C++/CMake boilerplate with GitHub workflows configured for te
* Inky Frame 4.0" (7-colour E Ink) - https://shop.pimoroni.com/products/inky-frame-4
* Badger 2040 W (E Ink badge) - https://shop.pimoroni.com/products/badger-2040-w
* Cosmic Unicorn (32 x 32 LED matrix) - https://shop.pimoroni.com/products/cosmic-unicorn
* Inky Frame 7.3" (7-colour E Ink) - https://shop.pimoroni.com/products/inky-frame-7-3
## Breakouts

View File

@ -4,15 +4,16 @@
- [Examples](#examples)
- [Button Test](#button-test)
- [Daily Activity](#daily-activity)
- [Dithering](#dithering)
- [Image Gallery](#image-gallery)
- [LED PWM](#led-pwm)
- [News](#news)
- [PlaceKitten](#placekitten)
- [Quote of the Day](#quote-of-the-day)
- [Random Joke](#random-joke)
- [RTC Demo](#rtc-demo)
- [SD Card Test](#sd-card-test)
- [XKCD Daily](#xkcd-daily)
- [Dithering](#dithering)
## PicoGraphics
@ -41,6 +42,11 @@ This example demonstrates a simple way of reading when a button has been pushed
Generate a random activity from Bored API.
### Dithering
[inky_frame_dithering.py](inky_frame_dithering.py)
A basic example showing automatic dithering in action, as PicoGraphics tries to use Inky Frame's limited colour palette to match arbitrary colours.
### Image Gallery
[/image_gallery](../inky_frame/image_gallery)
@ -78,6 +84,11 @@ Jokes are rendered into images "offline" by our feed2image service for two reaso
For bugs/contributions or to complain about a joke, see: https://github.com/pimoroni/feed2image
### RTC Demo
[inky_frame_rtc_demo.py](inky_frame_rtc_demo.py)
A basic example that sets the time/date from an NTP server, syncs the Inky and Pico RTCs and and makes Inky Frame wake up on a timer.
### SD Card Test
[sd_test.py](sd_test.py)
@ -92,8 +103,4 @@ The webcomic is rendered "offline" by our feed2image service since xkcd.com requ
For bugs/contributions see: https://github.com/pimoroni/feed2image
### Dithering
[inky_frame_dithering.py](inky_frame_dithering.py)
A basic example showing automatic dithering in action, as PicoGraphics tries to use Inky Frame's limited colour palette to match arbitrary colours.