Demonstrates wake-up from ESP32 deep sleep using an external interrupt and a timer. A boot counter is shown on the display along with the wake-up reason.
Demonstrates wake-up from ESP32 deep sleep using an external interrupt and a fallback timer. The display shows an incrementing boot count and wake-up reason.
Demonstrates how to use the PCF85063A RTC countdown timer on Inkplate 5. The example sets time and date, configures the RTC timer, reads current time, and displays it via partial updates.
Reads the temperature from the TPS65186 e-paper PMIC's built-in temperature sensor and displays the result in degrees Celsius on the Inkplate 6 e-paper screen.
Demonstrates secure HTTPS image download by validating a trusted PEM certificate. It successfully fetches a BMP image from a matching host and fails from a different host.
Sets Inkplate 6 to 4-bit grayscale mode (16 shades) and demonstrates drawing primitives including filled rectangles, circles, and text in varying gray levels.
Reads the temperature from the TPS65186 e-paper PMIC's built-in temperature sensor and displays the result in degrees Celsius on the Inkplate 6 Flick e-paper screen.
Sets Inkplate 6 Flick to 4-bit grayscale mode (16 shades) and demonstrates drawing primitives including filled rectangles, circles, and text in varying gray levels.