diff --git a/README.md b/README.md index 108ac18a..71ac73b7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/micropython/examples/inky_frame/README.md b/micropython/examples/inky_frame/README.md index f73a9e9d..1e1ea22b 100644 --- a/micropython/examples/inky_frame/README.md +++ b/micropython/examples/inky_frame/README.md @@ -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.