pull/713/head
Hel Gibbons 2023-03-14 14:29:20 +00:00
rodzic 9ed2c40808
commit 2db116ccec
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,7 @@
- [PicoGraphics](#picographics)
- [Examples](#examples)
- [Button Test](#button-test)
- [Carbon Intensity](#carbon-intensity)
- [Daily Activity](#daily-activity)
- [Dithering](#dithering)
- [Image Gallery](#image-gallery)
@ -37,6 +38,13 @@ Inky Frame's buttons (and the RTC alarm, busy signal from the screen and externa
This example demonstrates a simple way of reading when a button has been pushed by reading the shift register and checking if the bit in a specific position is 0 or 1.
### Carbon Intensity
[carbon_intensity.py](carbon_intensity.py)
This example connects to the Carbon Intensity API to give you a regional forecast of how your (UK) electricity is being generated and its carbon impact.
Find out more at https://carbonintensity.org.uk/
### Daily Activity
[inky_frame_daily_activity.py](inky_frame_daily_activity.py)